Skip to content

Implements liboculus as a hybrid ROS1-ROS2 package. #1

Implements liboculus as a hybrid ROS1-ROS2 package.

Implements liboculus as a hybrid ROS1-ROS2 package. #1

Workflow file for this run

name: ROS Industrial CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
industrial-ci:
name: Run Industrial CI
strategy:
fail-fast: false
matrix:
ros_distro: ["noetic", "jazzy", "rolling"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run ROS Industrial CI
uses: ros-industrial/industrial_ci@master
environment:

Check failure on line 27 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / ROS Industrial CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 27, Col: 9): Unexpected value 'environment' .github/workflows/ci.yaml (Line: 12, Col: 5): Required property is missing: runs-on
CI_ROS_DISTRO: ${{ matrix.ros_distro }}
UPSTREAM_WORKSPACE: liboculus.repos