Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added vel and acc scaling to GetCartesianPath.srv on Humble
I'm adding these to match a pull request on moveit/moveit2 to add velocity and acceleration control to cartesian path planning on the Humble branch. I found this portion on the Iron branch here but couldn't find references to them in moveit/moveit2 so I just left them out if anybody's wondering. # Maximum cartesian speed for the given link. # If max_cartesian_speed <= 0 the trajectory is not modified. string cartesian_speed_limited_link float64 max_cartesian_speed # m/s
- Loading branch information