Skip to content
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

Merged
merged 2 commits into from
Aug 14, 2019
Merged

Conversation

davetcoleman
Copy link
Member

@davetcoleman davetcoleman commented Aug 1, 2019

  • Do not change the default color to clear
  • Addresses issues in moveit_grasps
  • Minor cleanup

Reverts a change in #21

- Do not change the default color to clear
- Addresses issues in moveit_grasps
- Minor cleanup of EE functions
@simonschmeisser
Copy link
Contributor

I agree with you that CLEAR is not a very sane default but reject the blame and as far as I can see this reverts nothing from #21

Copy link
Contributor

@simonschmeisser simonschmeisser left a 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();

Copy link
Contributor

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

Copy link
Member Author

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...

Copy link
Member Author

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

include/moveit_visual_tools/moveit_visual_tools.h Outdated Show resolved Hide resolved
include/moveit_visual_tools/moveit_visual_tools.h Outdated Show resolved Hide resolved
Co-Authored-By: Simon Schmeisser <simon.schmeisser@isys-vision.de>
@davetcoleman davetcoleman merged commit aa4857f into master Aug 14, 2019
@rhaschke rhaschke deleted the no_clear branch August 16, 2019 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants