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

Commits on Oct 16, 2017

  1. CollisionScene: Add getCollisionDistance(o1) overload

    - Returns all the collision proxies for all collision objects allowed to collide with all collision shapes associated with object o1.
    wxmerkt committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2199633 View commit details
    Browse the repository at this point in the history
  2. Clean-up of random dead code

    wxmerkt committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    cef6f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59883b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1741ace View commit details
    Browse the repository at this point in the history
  5. Scene: Fix updateWorld, including in Python

    - Addresses #149
    - Broken in #125
    wxmerkt committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    28b0f2d View commit details
    Browse the repository at this point in the history
  6. Scene: Fix setCollisionScene

    - Addresses and resolves #149
    - Broken in #125
    wxmerkt committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    a266da0 View commit details
    Browse the repository at this point in the history