-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable mdof trajectory execution (#2740)
* Add RobotTrajectory conversion from MDOF to joints * Convert MDOF trajectories to joint trajectories in planning interfaces * Treat mdof joint variables as common joints in TrajectoryExecutionManager * Convert multi-DOF trajectories to joints in TEM * Revert "Convert MDOF trajectories to joint trajectories in planning interfaces" This reverts commit 885ee27. * Handle multi-DOF variables in TEM's bound checking * Add parameter to optionally enable multi-dof conversion * Improve error message about unknown controllers * Fix name ordering in JointTrajectory conversion * Improve DEBUG output in TEM * Comment RobotTrajectory test * add acceleration to avoid out of bounds read Signed-off-by: Paul Gesel <[email protected]> --------- Signed-off-by: Paul Gesel <[email protected]> Co-authored-by: Paul Gesel <[email protected]> Co-authored-by: Abishalini Sivaraman <[email protected]> Co-authored-by: Ezra Brooks <[email protected]>
- Loading branch information
1 parent
f880329
commit 53627d3
Showing
5 changed files
with
265 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.