Skip to content

Commit

Permalink
Add jazzy distro
Browse files Browse the repository at this point in the history
  • Loading branch information
muritane committed Jan 8, 2025
1 parent 8c007ff commit 79bb64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def add_arguments(self, parser: argparse.ArgumentParser, cli_name: str):
type=str,
help="ROS distro to use for the workspace.",
required=True,
choices=["humble", "rolling"],
choices=["humble", "jazzy", "rolling"],
)
parser.add_argument(
"--docker", action="store_true", help="Create a docker workspace.", default=False
Expand Down
2 changes: 1 addition & 1 deletion scripts/_RosTeamWs_Defines.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

# All the possible supported ros distributions supported by rtw
if [ -z "$rtw_supported_ros_distributions" ]; then
readonly rtw_supported_ros_distributions=("noetic" "foxy" "galactic" "humble" "iron" "rolling")
readonly rtw_supported_ros_distributions=("noetic" "foxy" "galactic" "humble" "iron" "jazzy" "rolling")
fi

# Mapping of ubuntu version and supported ros distributions
Expand Down

0 comments on commit 79bb64c

Please sign in to comment.