-
Notifications
You must be signed in to change notification settings - Fork 115
Fix for missing end effector markers because clear #51
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
Conversation
737a15f to
25bd32b
Compare
- Do not change the default color to clear - Addresses issues in moveit_grasps - Minor cleanup of EE functions
|
I agree with you that |
simonschmeisser
left a comment
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.
besides the comments about the wording lgtm
| publishEEMarkers(pre_grasp_pose, ee_jmg); | ||
| if (batch_publishing_enabled_) | ||
| trigger(); | ||
|
|
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.
it took me a while to get the difference between publishMarker which would need a trigger in this case and publishMarkers which does not follow the batch_publishing_enabled_ and therefore does not need a separate trigger/publish ever
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.
yea, its counter intuitive for sure. i'll make a TODO, but i can't address this now...
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.
Actually i just went ahead and fixed it: PickNikRobotics/rviz_visual_tools#123
Co-Authored-By: Simon Schmeisser <[email protected]>
Reverts a change in #21