File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Rolling Binary Build
1
+ name : Binary Build
2
2
# author: Denis Štogl <denis@stoglrobotics.de>
3
3
# description: 'Build & test all dependencies from released (binary) packages.'
4
4
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This is a ROS 2 package for using C++ kinematics frameworks in the context of RO
5
5
6
6
ROS2 Distro | Branch | Build status | Documentation | Released packages
7
7
:---------: | :----: | :----------: | :-----------: | :---------------:
8
- ** Rolling** | [ ` master ` ] ( https://github.com/ros-controls/kinematics_interface/tree/master ) | [ ![ Rolling Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-binary-build-main .yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-binary-build-main .yml?branch=master ) <br /> [ ![ Rolling Semi-Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-semi-binary-build-main .yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-semi-binary-build-main .yml?branch=master ) | | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#rolling )
9
- ** Iron** | [ ` master ` ] ( https://github.com/ros-controls/kinematics_interface/tree/master ) | see above | | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#iron )
10
- ** Humble** | [ ` humble ` ] ( https://github.com/ros-controls/kinematics_interface/tree/master ) | [ ![ Humble Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-binary-build-main .yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-binary-build-main .yml?branch=master ) <br /> [ ![ Humble Semi-Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-semi-binary-build-main .yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-semi-binary-build-main .yml?branch=master ) | | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#humble )
8
+ ** Rolling** | [ ` master ` ] ( https://github.com/ros-controls/kinematics_interface/tree/master ) | [ ![ Rolling Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-binary-build.yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-binary-build.yml ) <br /> [ ![ Rolling Semi-Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-semi-binary-build.yml/badge.svg?branch=master )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/rolling-semi-binary-build.yml ) | [ API ] ( http://docs.ros.org/en/rolling/p/kinematics_interface/ ) [ API kdl ] ( http://docs.ros.org/en/rolling/p/kinematics_interface_kdl/ ) | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#rolling )
9
+ ** Iron** | [ ` master ` ] ( https://github.com/ros-controls/kinematics_interface/tree/master ) | see above | [ API ] ( http://docs.ros.org/en/iron/p/kinematics_interface/ ) [ API kdl ] ( http://docs.ros.org/en/iron/p/kinematics_interface_kdl/ ) | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#iron )
10
+ ** Humble** | [ ` humble ` ] ( https://github.com/ros-controls/kinematics_interface/tree/humble ) | [ ![ Humble Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-binary-build.yml/badge.svg?branch=humble )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-binary-build.yml ) <br /> [ ![ Humble Semi-Binary Build] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-semi-binary-build.yml/badge.svg?branch=humble )] ( https://github.com/ros-controls/kinematics_interface/actions/workflows/humble-semi-binary-build.yml ) | [ API ] ( http://docs.ros.org/en/humble/p/kinematics_interface/ ) [ API kdl ] ( http://docs.ros.org/en/humble/p/kinematics_interface_kdl/ ) | [ kinematics_interface] ( https://index.ros.org/p/kinematics_interface/#humble )
11
11
12
12
### Explanation of different build types
13
13
You can’t perform that action at this time.
0 commit comments