moveit_msgs
moveit_msgs copied to clipboard
[ros2] Support for dynamic joint limits in MotionRequests + other features
I created this PR in anticipation of a few PRs I have in the works for MoveIt and MTC so that they can support:
- Dynamic joint limit updates (specifically for vel/accel/jerk) in motion requests and also via service call. This is useful when creating trajectories for arms that require restricted limits when being loaded vs when unloaded.
- Passing pre-planned full trajectories to the hybrid planner in order to take advantage of its local planner features without having to plan the same trajectory multiple times
- Option to skip trajectory smoothing for a motion-request
@AndyZe, @JafarAbdi