diff --git a/rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py b/rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py index 72672a16..05c6d300 100644 --- a/rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py +++ b/rtwcli/rtw_cmds/rtw_cmds/workspace/create_verb.py @@ -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 diff --git a/scripts/_RosTeamWs_Defines.bash b/scripts/_RosTeamWs_Defines.bash index fd171dc7..88f8c5b9 100755 --- a/scripts/_RosTeamWs_Defines.bash +++ b/scripts/_RosTeamWs_Defines.bash @@ -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