Skip to content

Update README.md

Update README.md #9

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
ROS2:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ROS 2 environment
uses: ros-tooling/setup-ros@0.7.0
with:
ros-distro: humble
- name: Build ROS 2 package
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: kobuki
target-ros2-distro: humble
#vcs-repo-file-url: https://github.com/raw/ros2/ros2/humble/ros2.repos
colcon-defaults: |
{
"build": {
"mixin": ["coverage-gcc"]
}
}
colcon-mixin-repository: https://github.com/raw/colcon/colcon-mixin-repository/1ddb69bedfd1f04c2f000e95452f7c24a4d6176b/index.yaml