Skip to content

Commit

Permalink
rep mocap humble
Browse files Browse the repository at this point in the history
Signed-off-by: Juancams <[email protected]>
  • Loading branch information
Juancams committed Nov 11, 2024
1 parent ca2d7a2 commit 31c132e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions .github/workflows/rep_mocap_humble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: rep-mocap-humble

on:
pull_request:
branches:
- rep-mocap-humble
push:
branches:
- rep-mocap-humble

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Repo checkout
uses: actions/checkout@v2

- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: mocap4r2_control mocap4r2_control_msgs rqt_mocap4r2_control mocap4r2_marker_publisher mocap4r2_marker_viz mocap4r2_marker_viz_srvs
target-ros2-distro: humble
vcs-repo-file-url: ${GITHUB_WORKSPACE}/dependency_repos.repos
- name: Codecov
uses: codecov/[email protected]
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef RQT_MOCAP4R2_CONTROL__MOCAP4R2_CONTROL__HPP_
#define RQT_MOCAP4R2_CONTROL__MOCAP4R2_CONTROL__HPP_

#include <rqt_gui_cpp/plugin.hpp>
#include <rqt_gui_cpp/plugin.h>

#include <ui_mocap4r2_control.h>

Expand Down

0 comments on commit 31c132e

Please sign in to comment.