-
Notifications
You must be signed in to change notification settings - Fork 111
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
Fix for missing end effector markers because clear #51
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 |
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 <simon.schmeisser@isys-vision.de>
Reverts a change in #21