Skip to content

[CM] Use robot_description topic instead of parameter and don't crash on empty URDF 🦿 (backport #940) #200

[CM] Use robot_description topic instead of parameter and don't crash on empty URDF 🦿 (backport #940)

[CM] Use robot_description topic instead of parameter and don't crash on empty URDF 🦿 (backport #940) #200

name: Humble RHEL Binary Build
on:
workflow_dispatch:
branches:
- humble
pull_request:
branches:
- humble
push:
branches:
- humble
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 1 * * *'
jobs:
humble_rhel_binary:
name: Humble RHEL binary build
runs-on: ubuntu-latest
env:
ROS_DISTRO: humble
container: ghcr.io/ros-controls/ros:humble-rhel
steps:
- uses: actions/checkout@v3
with:
path: src/ros2_control
- run: |
rosdep update
rosdep install -iy --from-path src/ros2_control
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
colcon build
colcon test