Skip to content

Calculate Jacobian Inverse #15

Calculate Jacobian Inverse

Calculate Jacobian Inverse #15

name: Check Rolling Compatibility
# author: Christoph Froehlich <[email protected]>
# description: 'Build & test the rolling version on earlier distros.'
on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
# cancel previous runs of the same workflow, except for pushes on humble branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
jobs:
build:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble, jazzy]
ROS_REPO: [testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: kinematics_interface.rolling.repos
ref_for_scheduled_build: master