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

Use ament_python to build packages rather than ament_cmake #939

Open
wants to merge 38 commits into
base: ros2
Choose a base branch
from

Commits on Jul 16, 2024

  1. Changed type hints in ros_loader.py to use imports from Typing, resto…

    …ring compatibility with Python <3.9.
    EricGallimore committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7bdecc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f44e5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1b597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f823e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b6172 View commit details
    Browse the repository at this point in the history
  6. Run pre-commit and commit fixes. (Not sure why this is needed, since …

    …some of these files aren't touched in this branch.)
    EricGallimore committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a6d28c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75ec314 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    377b9b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    609e037 View commit details
    Browse the repository at this point in the history
  10. Fix setup.cfg paths.

    EricGallimore committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f7b258e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88534ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1617efc View commit details
    Browse the repository at this point in the history
  13. Add resource files.

    EricGallimore committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b808d1a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1876681 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24317fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    3d81ba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    974c6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0b4c5 View commit details
    Browse the repository at this point in the history
  3. Avoid stale subscription when unsubscribing during resubscription (Ro…

    …botWebTools#947) (RobotWebTools#948)
    
    If a client asks to subscribe to the same topic more than once, then disconnects, only a
    pending 'new' subscription may get deleted, leaving the 'old' subscription active
    indefinitely.
    
    Signed-off-by: Brad Martin <[email protected]>
    bmartin427 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    baa463a View commit details
    Browse the repository at this point in the history
  4. docs: update ROSBRIDGE_PROTOCOL.md - correcting indentation (RobotWeb…

    …Tools#949)
    
    Add whitespace in front of all ROS action operations -- for correct indentation in Markdown
    ManuETR authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    996fddd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    febe1c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    677dcae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04aa0d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55b8fa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    f7aa27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28eb1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad1aa25 View commit details
    Browse the repository at this point in the history
  4. Run pre-commit and commit fixes. (Not sure why this is needed, since …

    …some of these files aren't touched in this branch.)
    EricGallimore committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    98b4347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d200d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    889b229 View commit details
    Browse the repository at this point in the history
  7. Fix setup.cfg paths.

    EricGallimore committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2882d8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    407af90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce4d937 View commit details
    Browse the repository at this point in the history
  10. Add resource files.

    EricGallimore committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cc00596 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cc24db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f017bd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a72cc6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    496dde3 View commit details
    Browse the repository at this point in the history