Skip to content

Commit 40c554a

Browse files
authored
Add Kilted Kaiju and use downstream Jazzy branches (#193) (#201)
1 parent 795082a commit 40c554a

File tree

6 files changed

+32
-9
lines changed

6 files changed

+32
-9
lines changed

.github/workflows/rolling-binary-downstream-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ROS_DISTRO: [rolling]
22-
ROS_REPO: [testing]
21+
ROS_DISTRO: [kilted, rolling]
2322
with:
2423
ros_distro: ${{ matrix.ROS_DISTRO }}
25-
ros_repo: ${{ matrix.ROS_REPO }}
24+
ros_repo: testing
2625
ref_for_scheduled_build: master
2726
not_test_build: true
2827
downstream_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos

.github/workflows/rolling-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ROS_DISTRO: [rolling]
28+
ROS_DISTRO: [kilted, rolling]
2929
ROS_REPO: [main, testing]
3030
with:
3131
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/rolling-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ROS_DISTRO: [rolling]
20+
ROS_DISTRO: [kilted, rolling]
2121
with:
2222
ros_distro: ${{ matrix.ROS_DISTRO }}

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
control_msgs
2-
===========
1+
# control_msgs
2+
33
[![License](https://img.shields.io/badge/License-BSD_3_Clause-blue.svg)](https://opensource.org/license/bsd-3-clause)
44

55
control_msgs contains base messages, services and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories.
66

77
See [control_msgs documentation](http://docs.ros.org/en/rolling/p/control_msgs/) and release infos on [index.ros.org](http://index.ros.org/p/control_msgs).
88

99
## Contributing
10+
1011
As an open-source project, we welcome each contributor, regardless of their background and experience. Pick a [PR](https://github.com/ros-controls/control_msgs/pulls) and review it, or [create your own](https://github.com/ros-controls/control_msgs/contribute)!
1112
If you are new to the project, please read the [contributing guide](https://control.ros.org/rolling/doc/contributing/contributing.html) for more information on how to get started. We are happy to help you with your first contribution.
1213

@@ -15,9 +16,11 @@ If you are new to the project, please read the [contributing guide](https://cont
1516
| Distribution | Repository Link | Build Status | Package build |
1617
|--------------|-----------------|--------------|--------------|
1718
| Rolling | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml/badge.svg?branch=master)](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml) <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Rdev__control_msgs__ubuntu_noble_amd64&subject=build.ros2.org)](https://build.ros2.org/job/Rdev__control_msgs__ubuntu_noble_amd64/) | [![Package Build](https://build.ros2.org/buildStatus/icon?job=Rbin_uN64__control_msgs__ubuntu_noble_amd64__binary)](https://build.ros2.org/job/Rbin_uN64__control_msgs__ubuntu_noble_amd64__binary/) |
19+
| Kilted | [master](https://github.com/ros-controls/control_msgs/tree/master) | see above <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Kdev__control_msgs__ubuntu_noble_amd64&subject=build.ros2.org)](https://build.ros2.org/job/Kdev__control_msgs__ubuntu_noble_amd64/) | [![Package Build](https://build.ros2.org/buildStatus/icon?job=Kbin_uN64__control_msgs__ubuntu_noble_amd64__binary)](https://build.ros2.org/job/Kbin_uN64__control_msgs__ubuntu_noble_amd64__binary/) |
1820
| Jazzy | [jazzy](https://github.com/ros-controls/control_msgs/tree/jazzy) | [![Jazzy Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/jazzy-build.yml/badge.svg?branch=jazzy)](https://github.com/ros-controls/control_msgs/actions/workflows/jazzy-build.yml) <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Jdev__control_msgs__ubuntu_noble_amd64&subject=build.ros2.org)](https://build.ros2.org/job/Jdev__control_msgs__ubuntu_noble_amd64/) | [![Package Build](https://build.ros2.org/buildStatus/icon?job=Jbin_uN64__control_msgs__ubuntu_noble_amd64__binary)](https://build.ros2.org/job/Jbin_uN64__control_msgs__ubuntu_noble_amd64__binary/) |
1921
| Humble | [humble](https://github.com/ros-controls/control_msgs/tree/humble) | [![Humble Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/humble-build.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/humble-build.yml) <br> [![build.ros2.org](https://build.ros2.org/buildStatus/icon?job=Hdev__control_msgs__ubuntu_jammy_amd64&subject=build.ros2.org)](https://build.ros2.org/job/Hdev__control_msgs__ubuntu_jammy_amd64/) | [![Package Build](https://build.ros2.org/buildStatus/icon?job=Hbin_uJ64__control_msgs__ubuntu_jammy_amd64__binary)](https://build.ros2.org/job/Hbin_uJ64__control_msgs__ubuntu_jammy_amd64__binary/) |
2022
| Noetic | [kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [Build status](https://travis-ci.org/ros-controls/control_msgs) | n/a |
2123

2224
## Acknowledgements
25+
2326
The project has received major contributions from companies and institutions [listed on control.ros.org](https://control.ros.org/rolling/doc/acknowledgements/acknowledgements.html)

ros_controls.jazzy.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories:
1414
ros-controls/ros2_control:
1515
type: git
1616
url: https://github.com/ros-controls/ros2_control.git
17-
version: master
17+
version: jazzy
1818
ros-controls/ros2_controllers:
1919
type: git
2020
url: https://github.com/ros-controls/ros2_controllers.git
21-
version: master
21+
version: jazzy

ros_controls.kilted.repos

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
repositories:
2+
ros-controls/control_toolbox:
3+
type: git
4+
url: https://github.com/ros-controls/control_toolbox.git
5+
version: ros2-master
6+
ros-controls/kinematics_interface:
7+
type: git
8+
url: https://github.com/ros-controls/kinematics_interface.git
9+
version: master
10+
ros-controls/realtime_tools:
11+
type: git
12+
url: https://github.com/ros-controls/realtime_tools.git
13+
version: master
14+
ros-controls/ros2_control:
15+
type: git
16+
url: https://github.com/ros-controls/ros2_control.git
17+
version: master
18+
ros-controls/ros2_controllers:
19+
type: git
20+
url: https://github.com/ros-controls/ros2_controllers.git
21+
version: master

0 commit comments

Comments
 (0)