update libmotioncapture #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ROS | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: noetic | |
# There is a bug in vcstools, where submodules are not pulled recursively | |
# See https://github.com/dirk-thomas/vcstool/issues/205 | |
# This is fixed in master, but not in the latest release | |
# Pull the latest version here | |
- name: install dependencies | |
run: | | |
sudo apt remove python3-vcstool | |
sudo pip3 install git+https://github.com/dirk-thomas/vcstool.git@7d1329f296cef4b767bf7ba0bf53a29dd3d3019c | |
vcs --version | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: motion_capture_tracking | |
target-ros1-distro: noetic |