Skip to content

Commit

Permalink
feat: add support for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed May 24, 2024
1 parent c28118f commit e588184
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/tool_install_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ class RosVersions:
RosVersion('galactic', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
# ubuntu 22
RosVersion('iron', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
RosVersion('rolling', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
RosVersion('humble', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),

# ubuntu 22 & 24
RosVersion('rolling', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
# ubuntu 24
RosVersion('jazzy', 'ROS2', RosVersion.STATUS_LTS, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
RosVersion('eloquent', 'ROS2', RosVersion.STATUS_EOL, ['python3-colcon-common-extensions','python3-argcomplete','python3-rosdep']),
RosVersion('dashing', 'ROS2', RosVersion.STATUS_EOL, []),
RosVersion('crystal', 'ROS2', RosVersion.STATUS_EOL, []),
Expand Down

0 comments on commit e588184

Please sign in to comment.