add optional interfaces for force and velocity #2
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: Rolling RHEL Binary Build | |
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
schedule: | |
# Run every day to detect flakiness and broken dependencies | |
- cron: '03 1 * * *' | |
jobs: | |
# TODO(andyz): disabled because it started failing at the transition to Humble | |
# rolling_rhel_binary: | |
# name: Rolling RHEL binary build | |
# runs-on: ubuntu-latest | |
# env: | |
# ROS_DISTRO: rolling | |
# container: jaronl/ros:rolling-alma | |
# steps: | |
# - uses: actions/checkout@v3 | |
# with: | |
# path: src/ros2_controllers | |
# - run: | | |
# rosdep update | |
# rosdep install -iy --from-path src/ros2_controllers | |
# source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash | |
# colcon build | |
# colcon test |