Skip to content

Commit 038f330

Browse files
Fix coverage build and use wf from ros2_control_ci
1 parent 04c92c7 commit 038f330

File tree

4 files changed

+39
-47
lines changed

4 files changed

+39
-47
lines changed

.github/workflows/ci-coverage-build.yml

-47
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Coverage Build - Humble
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- humble
7+
pull_request:
8+
branches:
9+
- humble
10+
11+
jobs:
12+
coverage_humble:
13+
name: coverage build - humble
14+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
15+
secrets: inherit
16+
with:
17+
ros_distro: humble
18+
os_name: ubuntu-22.04
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Coverage Build - Rolling
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
coverage_rolling:
13+
name: coverage build - rolling
14+
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
15+
secrets: inherit
16+
with:
17+
ros_distro: rolling
18+
os_name: ubuntu-22.04

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# kinematics_interface
2+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3+
[![codecov](https://codecov.io/gh/ros-controls/kinematics_interface/graph/badge.svg?token=NS73VKPG9V)](https://codecov.io/gh/ros-controls/kinematics_interface)
4+
25
This is a ROS 2 package for using C++ kinematics frameworks in the context of ROS 2 control. A kinematics interface is designed to allow ROS 2 controllers to control robots in Cartesian space. This package also contains a basic implementation of the interface using KDL.
36

47
## Build status

0 commit comments

Comments
 (0)