Skip to content

Commit

Permalink
Added mocap repo and modified ros-tooling version
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto García <albertogarciagomezjacinto@gmail.com>
  • Loading branch information
aaggj committed Oct 29, 2024
1 parent 633ab37 commit 9c9005f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iron-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
fail-fast: false
steps:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.0
uses: ros-tooling/setup-ros@0.7.1
with:
required-ros-distributions: iron
- name: build and test
uses: ros-tooling/action-ros-ci@0.3.3
uses: ros-tooling/action-ros-ci@0.3.5
with:
package-name: mocap_control mocap_control_msgs rqt_mocap_control mocap_marker_publisher mocap_marker_viz mocap_marker_viz_srvs
target-ros2-distro: iron
vcs-repo-file-url: https://raw.githubusercontent.com/aaggj/mocap4r2/iron-devel/dependency_repos.repos
vcs-repo-file-url: https://raw.githubusercontent.com/MOCAP4ROS2-Project/mocap4r2/iron-devel/dependency_repos.repos
- name: Codecov
uses: codecov/codecov-action@v1.1.0
uses: codecov/codecov-action@v1.2.1
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MOCAP4ROS2

[![GitHub Action Status](https://github.com/aaggj/mocap4r2/workflows/iron-devel/badge.svg)](https://github.com/aaggj/mocap4r2/actions)
[![codecov](https://codecov.io/gh/aaggj/mocap4r2/branch/iron-devel/graph/badge.svg)](https://codecov.io/gh/aaggj/mocap4r2)
[![GitHub Action Status](https://github.com/MOCAP4ROS2-Project/mocap4r2/workflows/iron-devel/badge.svg)](https://github.com/MOCAP4ROS2-Project/mocap4r2/actions)
[![codecov](https://codecov.io/gh/MOCAP4ROS2-Project/mocap4r2/branch/iron-devel/graph/badge.svg)](https://codecov.io/gh/MOCAP4ROS2-Project/mocap4r2)

This project provides support for ROS2 integration with Vicon cameras (MOCAP systems based on vision) and Technaid TechMCS IMUs (MOCAP systems based on motion sensors).

Expand Down

0 comments on commit 9c9005f

Please sign in to comment.