diff --git a/make_help_scripts/deploy_defines.py b/make_help_scripts/deploy_defines.py index b611971d37b..623afa150df 100644 --- a/make_help_scripts/deploy_defines.py +++ b/make_help_scripts/deploy_defines.py @@ -135,8 +135,8 @@ def add_pr_stats_file(): "url": "https://github.com/ros-controls/control_toolbox", "branch_version": { "foxy": "foxy", - "galactic": "ros2-master", - "humble": "ros2-master", + "galactic": "humble", + "humble": "humble", "iron": "ros2-master", "jazzy": "ros2-master", "rolling": "ros2-master" @@ -159,10 +159,10 @@ def add_pr_stats_file(): "url": "https://github.com/ros-controls/realtime_tools", "branch_version": { "foxy": "foxy-devel", - "galactic": "master", - "humble": "master", - "iron": "master", - "jazzy": "master", + "galactic": "humble", + "humble": "humble", + "iron": "jazzy", + "jazzy": "jazzy", "rolling": "master" }, "pr": None