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

Add Python bindings for drake_ros_viz package. #24

Merged
merged 21 commits into from
May 9, 2022

Commits on Apr 30, 2022

  1. Update package.xml

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    6aebb39 View commit details
    Browse the repository at this point in the history
  2. Add Drake C++ systems to drake_ros_viz package.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    b02dc41 View commit details
    Browse the repository at this point in the history
  3. Added unique count for marker id using the namespace as key

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    bb83439 View commit details
    Browse the repository at this point in the history
  4. Unique counter as marker id for same marker namespaces, test multiple…

    … markers
    
    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    dab693f View commit details
    Browse the repository at this point in the history
  5. Required to use drake's pybind11, so remove this dependency

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    ec27152 View commit details
    Browse the repository at this point in the history
  6. Add some internal docs for SceneGeometryToMarkers

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    124c670 View commit details
    Browse the repository at this point in the history
  7. Resolve review comments on comments

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    1f6d05d View commit details
    Browse the repository at this point in the history
  8. Change capsule marker to use IDs instead of namespaces for parts

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    18a0281 View commit details
    Browse the repository at this point in the history
  9. Update Capsule test to expect unique marker ids

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    5f05685 View commit details
    Browse the repository at this point in the history
  10. Fix capsules not getting unique IDs

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    eed312a View commit details
    Browse the repository at this point in the history
  11. Grab some changes from #24

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    8552163 View commit details
    Browse the repository at this point in the history
  12. Add Python bindings for drake_ros_viz package.

    Signed-off-by: Michel Hidalgo <[email protected]>
    hidmic authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e82daa3 View commit details
    Browse the repository at this point in the history
  13. Modified pybind components to conform to previous binds

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    53342c2 View commit details
    Browse the repository at this point in the history
  14. Add end-to-end Python bindings test

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    1418823 View commit details
    Browse the repository at this point in the history
  15. Undo messed up rebase

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    7a7573b View commit details
    Browse the repository at this point in the history
  16. Add Python bindings test

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    3d7944b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Change managed subscription to a Python context type

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 6, 2022
    Configuration menu
    Copy the full SHA
    bc8a0a3 View commit details
    Browse the repository at this point in the history
  2. Rename test system class and variable

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a4a6000 View commit details
    Browse the repository at this point in the history
  3. Fix failing test

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed May 6, 2022
    Configuration menu
    Copy the full SHA
    92c2cec View commit details
    Browse the repository at this point in the history
  4. 79 chars

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed May 6, 2022
    Configuration menu
    Copy the full SHA
    48c8077 View commit details
    Browse the repository at this point in the history
  5. Relax checks

    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed May 6, 2022
    Configuration menu
    Copy the full SHA
    77171c4 View commit details
    Browse the repository at this point in the history