「view this page in B3 βῆτα server」

Revisions №56750

branch: master 「№56750」
Commited by: Justin Porter
GitHub commit link: 「a87f907c8741f92a」
Difference from previous tested commit:  code diff
Commit date: 2014-05-02 08:25:17

JobDistributor's main loop no longer persists a pose across jobs. The "master pose" which is passed to the mover the JD runs on is no longer kept outside the main while loop's scope. This means it's reinitialized with each new pose, which makes this loop a bit more exception safe--and fixes a bug where exceptions that end with this pose in an invalid state were leading to skipped jobs.

...