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

[pr2eus_moveit/collision-object-publisher.l] fix bug in :wipe-all #283

Merged
merged 3 commits into from
Feb 20, 2017

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Feb 15, 2017

What is changed

  • fix bug in :wipe-all

Fix bug in wipe-all

When attached-object removal (i.e. (send *co* :wipe-all-attached-object) or (ros::publish attached-topicname msg)) is done, the attached-object turns into collision-object.
However, scene needs to be updated, but current code do not update the scene.
This PR do (send *co* :wipe-all-attached-object) (send *co* :wipe-all-object) sequentially so that scene is updated in each method, and fix the bug.

other change

  • set new hash table in :clear-all

@k-okada k-okada merged commit 8680a4c into jsk-ros-pkg:master Feb 20, 2017
@knorth55 knorth55 deleted the collision-object-wipe-all branch February 20, 2017 06:08
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.

2 participants