Skip to content

Commit

Permalink
Add prerelease and repos files for iron
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Nov 4, 2023
1 parent 2dbabcb commit 979bc59
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
type: choice
options:
- humble
- iron
- rolling
branch:
description: 'Chose branch for distro'
Expand All @@ -18,6 +19,7 @@ on:
type: choice
options:
- humble
- iron
- master

jobs:
Expand Down
29 changes: 29 additions & 0 deletions ros2_controllers.iron.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
repositories:
ros2_control:
type: git
url: https://github.com/ros-controls/ros2_control.git
version: iron
realtime_tools:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: master
control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: master
control_toolbox:
type: git
url: https://github.com/ros-controls/control_toolbox.git
version: ros2-master
kinematics_interface:
type: git
url: https://github.com/ros-controls/kinematics_interface.git
version: master
angles:
type: git
url: https://github.com/ros/angles.git
version: ros2
generate_parameter_library:
type: git
url: https://github.com/picknikrobotics/generate_parameter_library.git
version: main

0 comments on commit 979bc59

Please sign in to comment.