|
1 | 1 | control_msgs |
2 | 2 | =========== |
| 3 | +[](https://opensource.org/license/bsd-3-clause) |
3 | 4 |
|
4 | | -control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories. |
| 5 | +control_msgs contains base messages, services and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories. |
5 | 6 |
|
6 | | -See [control_msgs documentation](https://index.ros.org/p/control_msgs/) on index.ros.org |
| 7 | +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). |
7 | 8 |
|
| 9 | +## Contributing |
| 10 | +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)! |
| 11 | +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. |
8 | 12 |
|
9 | | -### Build Status |
| 13 | +## Build Status |
| 14 | +| Distribution | Repository Link | Build Status | Package build | |
| 15 | +|--------------|-----------------|--------------|--------------| |
| 16 | +| Rolling | [master](https://github.com/ros-controls/control_msgs/tree/master) | [](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml) <br> [](https://build.ros2.org/job/Rdev__control_msgs__ubuntu_noble_amd64/) | [](https://build.ros2.org/job/Rbin_uN64__control_msgs__ubuntu_noble_amd64__binary/) | |
| 17 | +| Jazzy | [jazzy](https://github.com/ros-controls/control_msgs/tree/jazzy) | [](https://github.com/ros-controls/control_msgs/actions/workflows/jazzy-build.yml) <br> [](https://build.ros2.org/job/Jdev__control_msgs__ubuntu_noble_amd64/) | [](https://build.ros2.org/job/Jbin_uN64__control_msgs__ubuntu_noble_amd64__binary/) | |
| 18 | +| Humble | [humble](https://github.com/ros-controls/control_msgs/tree/humble) | [](https://github.com/ros-controls/control_msgs/actions/workflows/humble-build.yml) <br> [](https://build.ros2.org/job/Hdev__control_msgs__ubuntu_jammy_amd64/) | [](https://build.ros2.org/job/Hbin_uJ64__control_msgs__ubuntu_jammy_amd64__binary/) | |
| 19 | +| 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 | n/a | |
10 | 20 |
|
| 21 | +<<<<<<< HEAD |
11 | 22 | | Distribution | Repository Link | Build Status | |
12 | 23 | |--------------|-----------------|--------------| |
13 | 24 | | Noetic | [kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [Build status](https://travis-ci.org/ros-controls/control_msgs) | |
@@ -35,3 +46,7 @@ If you get error that something is missing on your computer, do the following fo |
35 | 46 | ``` |
36 | 47 | sudo apt install clang-format-10 |
37 | 48 | ``` |
| 49 | +======= |
| 50 | +## Acknowledgements |
| 51 | +The project has received major contributions from companies and institutions [listed on control.ros.org](https://control.ros.org/rolling/doc/acknowledgements/acknowledgements.html) |
| 52 | +>>>>>>> fc9633c (Update README.md to be consistent within ros-controls (#184)) |
0 commit comments