-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add group_name to RobotTrajectory.msg related to MoveIt #2810 #133
base: master
Are you sure you want to change the base?
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicking
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 <[email protected]>
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.