Skip to content

fix: update docstring for JointLimiterInterface::init overload to include soft_joint_limits #3133

fix: update docstring for JointLimiterInterface::init overload to include soft_joint_limits

fix: update docstring for JointLimiterInterface::init overload to include soft_joint_limits #3133

name: Pre-Commit - Rolling
on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [lyrical, rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}