Skip to content

Commit 4935a4d

Browse files
committed
Update Gazebo/ROS pairing for Rolling
Pairs Rolling with gz-m (currently Rotary). Signed-off-by: Addisu Z. Taddese <addisuzt@intrinsic.ai>
1 parent 9930e86 commit 4935a4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
RELEASEPY_NO_ARCH_PREFIX = '.releasepy_NO_ARCH_'
3131
ROS_VENDOR = {'harmonic': ['jazzy'],
3232
'ionic': ['kilted'],
33-
'jetty': ['rolling', 'lyrical']}
33+
'jetty': ['lyrical'],
34+
'm': ['rolling']
35+
}
3436

3537
OSRF_REPOS_SUPPORTED = "stable prerelease nightly testing none"
3638

0 commit comments

Comments
 (0)