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 scene updates from MoveIt messages, resolves #149 #151

Merged
merged 6 commits into from
Oct 17, 2017

Conversation

wxmerkt
Copy link
Collaborator

@wxmerkt wxmerkt commented Oct 16, 2017

  • Fixes updateWorld (cf. Scene updates from MoveIt messages broken #149)
  • Fixes setCollisionScene (cf. Scene updates from MoveIt messages broken #149)
  • Adds default overloads for loadScene and loadSceneFile for new parameters that were recently added and broke prior code
  • Adds documentation on how to build bindings for Python 3
  • Also includes an overload of getCollisionDistance for other work which was hard to disentangle (it returns the closest allowed collision distance for a named FCL collision object).
  • Removes some dead code from old-Kinematica

Resolves #149

- Returns all the collision proxies for all collision objects allowed to collide with all collision shapes associated with object o1.
- Addresses and resolves #149
- Broken in #125
@wxmerkt wxmerkt merged commit 09f18a9 into master Oct 17, 2017
@wxmerkt wxmerkt deleted the wxm-fix-scene-updates branch October 17, 2017 13:27
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.

Scene updates from MoveIt messages broken
2 participants