ROS Implementation of AGEVAR MATLAB Code for the Prediction of the Joint Yaw Angle #48
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: "ROS2 CI/CD" | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
container: | |
image: ubuntu:jammy | |
steps: | |
- name: Install dependencies | |
run: | | |
apt-get update | |
apt-get install -y iproute2 | |
apt-get install -y usbutils | |
- uses: ros-tooling/[email protected] | |
- uses: ros-tooling/[email protected] | |
with: | |
target-ros2-distro: humble |