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

MoveIt Planning Scene publishing broken #150

Closed
wxmerkt opened this issue Oct 16, 2017 · 2 comments
Closed

MoveIt Planning Scene publishing broken #150

wxmerkt opened this issue Oct 16, 2017 · 2 comments

Comments

@wxmerkt
Copy link
Collaborator

wxmerkt commented Oct 16, 2017

#125 also broke the planning scene publishing as the MoveIt planning scene is no longer maintained. We need a way to recreate a MoveIt PlanningScene message from the internal collision scenes.

wxmerkt added a commit that referenced this issue Oct 16, 2017
- Broken in #125
- Adds method that updates the model state from Kinematica just before publishing
- Does not handle attached objects (addObject/attachObject/detachObject)
- Addresses #150
@wxmerkt
Copy link
Collaborator Author

wxmerkt commented Oct 16, 2017

I added a Pull Request (#154) to fix this issue. The fix in #154 does not extend to attached objects or objects that are added from initializers as these are not captured in the MoveIt PlanningScene. It works otherwise and brings Exotica back into the state before the big CollisionScene re-shuffle.

@wxmerkt
Copy link
Collaborator Author

wxmerkt commented Oct 17, 2017

Closing - most of the functionality has been restored in #154. Attached collision objects or objects that are newly added to the scene are not handled but this can be added as required at a later stage.

@wxmerkt wxmerkt closed this as completed Oct 17, 2017
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

No branches or pull requests

1 participant