Add group_name to RobotTrajectory.msg related to MoveIt #2810#133
Add group_name to RobotTrajectory.msg related to MoveIt #2810#133cambel wants to merge 3 commits intomoveit:masterfrom
Conversation
|
why don't you just collect the set of joints specified in the joint trajectory method? |
|
That might be better discussed in the original PR, but in a nutshell, we did it this way because when we check for collisions between the two trajectories here, we need to give the |
|
we did it this way because when we check for collisions between the two trajectories, we need to give the `group_name` to the PlanningScene's `isPathValid` in order to limit the collision checking to that group.
moveit/moveit#847 has been open for three years by now... :sad:
Ok, I'm good with adding the group-name here as long as `robot_trajectory::RobotTrajectory` will respect it in the PR for MoveIt.
It would still be a very good idea to support all use-cases in MoveIt where the name might be left empty.
|
c6011b5 to
2e9522a
Compare
Co-authored-by: Felix von Drigalski <FvDrigalski@gmail.com>
2e9522a to
e181beb
Compare
Related to MoveIt draft PR #2810
Adding the group_name to the RobotTrajectories to keep track of them during simultaneous execution of multiple trajectories from different groups.