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

Migrate to Jazzy #35

Merged
merged 28 commits into from
Nov 21, 2024
Merged

Migrate to Jazzy #35

merged 28 commits into from
Nov 21, 2024

Commits on Nov 19, 2024

  1. Explicitly include catch2 from rmf_utils

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    41aaf93 View commit details
    Browse the repository at this point in the history
  2. ign -> gz and move to vendor packages

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6b87e54 View commit details
    Browse the repository at this point in the history
  3. Fix yaml-cpp targets and use vendor package

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bf7cdb6 View commit details
    Browse the repository at this point in the history
  4. Moveit2 migration

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d0cd333 View commit details
    Browse the repository at this point in the history
  5. Lifecycle nodes migration

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b4cf946 View commit details
    Browse the repository at this point in the history
  6. Address deprecated QoS warnings

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c6043e2 View commit details
    Browse the repository at this point in the history
  7. Bump zenoh to 1.0.0

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e6ad64c View commit details
    Browse the repository at this point in the history
  8. Workaround for timer issue

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d129d5f View commit details
    Browse the repository at this point in the history
  9. Search and replace iron / jazzy

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dffcdd0 View commit details
    Browse the repository at this point in the history
  10. Comment failing test and add note

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0edd780 View commit details
    Browse the repository at this point in the history
  11. Fix nexus_gazebo dependencies

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    af0277a View commit details
    Browse the repository at this point in the history
  12. Pin to rust version shipped in Ubuntu 24.04

    Co-authored-by: yadunund <[email protected]>
    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova and Yadunund committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    663a298 View commit details
    Browse the repository at this point in the history
  13. Remove uncrustify from CI

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e5bec62 View commit details
    Browse the repository at this point in the history
  14. Migrate workcell editor action to Jazzy

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9cd19f6 View commit details
    Browse the repository at this point in the history
  15. Fix missing joint limits for motion planner test

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8cc0eb1 View commit details
    Browse the repository at this point in the history
  16. Fix including of moveit parameters

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    be0865d View commit details
    Browse the repository at this point in the history
  17. Migrate to UR robots

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    822ea75 View commit details
    Browse the repository at this point in the history
  18. Revert "Migrate to UR robots"

    This reverts commit 822ea75.
    
    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f398956 View commit details
    Browse the repository at this point in the history
  19. Jazzy branch for abb_ros2

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a40be9a View commit details
    Browse the repository at this point in the history
  20. Readd abb.repos

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff23973 View commit details
    Browse the repository at this point in the history
  21. Remove custom OMPL config

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b89f839 View commit details
    Browse the repository at this point in the history
  22. Revert "Remove custom OMPL config"

    This reverts commit b89f839.
    
    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ad609b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Install cargo via rosdep

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6cc59f3 View commit details
    Browse the repository at this point in the history
  2. Use latest patch version of zenoh bridge

    Co-authored-by: yadunund <[email protected]>
    luca-della-vedova and Yadunund authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    90775ad View commit details
    Browse the repository at this point in the history
  3. Back to main for abb_ros2

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3d1a51d View commit details
    Browse the repository at this point in the history
  4. Fix warnings in mocks

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    817f5f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update README

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    195a57a View commit details
    Browse the repository at this point in the history
  2. Change rmf_utils to build_depend

    Signed-off-by: Luca Della Vedova <[email protected]>
    luca-della-vedova committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ca6ef25 View commit details
    Browse the repository at this point in the history