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 drake_ros_examples package #39

Merged
merged 18 commits into from
May 24, 2022
Merged

Add drake_ros_examples package #39

merged 18 commits into from
May 24, 2022

Commits on May 9, 2022

  1. Update package.xml

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

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

    … markers
    
    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c3481b6 View commit details
    Browse the repository at this point in the history
  4. Add Python bindings for drake_ros_viz package.

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

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7fd3d05 View commit details
    Browse the repository at this point in the history
  6. Add drake_ros_examples package

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed May 9, 2022
    Configuration menu
    Copy the full SHA
    bb37cf4 View commit details
    Browse the repository at this point in the history
  7. Updating lint files, readme, and API

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed May 9, 2022
    Configuration menu
    Copy the full SHA
    df30a0c View commit details
    Browse the repository at this point in the history
  8. Fix linting errors

    Signed-off-by: Aaron Chong <[email protected]>
    aaronchongth authored and gbiggs committed May 9, 2022
    Configuration menu
    Copy the full SHA
    1fb51f4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Remove unnecessary package depend

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7161030 View commit details
    Browse the repository at this point in the history
  2. Update running instructions

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c2294f2 View commit details
    Browse the repository at this point in the history
  3. Move CMake directory include lines

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    47ff0f8 View commit details
    Browse the repository at this point in the history
  4. Remove debugger tracepoint

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1b7b22c View commit details
    Browse the repository at this point in the history
  5. Make iiwa example instructions clearer

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a0c27c8 View commit details
    Browse the repository at this point in the history
  6. Make iiwa example instructions clearer

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    12ba117 View commit details
    Browse the repository at this point in the history
  7. Make flip flop example instructions clearer

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    199bb3e View commit details
    Browse the repository at this point in the history
  8. Add shebang line to Python sample

    Signed-off-by: Geoffrey Biggs <[email protected]>
    gbiggs committed May 17, 2022
    Configuration menu
    Copy the full SHA
    eb33c9c View commit details
    Browse the repository at this point in the history
  9. Add missing call to main()

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

Commits on May 22, 2022

  1. Correct API for rs_flip_flop sample

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