fix: detect rclcpp API differences via RCLCPP_VERSION_GTE #41
This file contains hidden or 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: ROS2 Rolling | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| # Set up ROS | |
| - uses: ros-tooling/setup-ros@v0.7 | |
| with: | |
| required-ros-distributions: rolling | |
| # Run ROS CI | |
| - uses: ros-tooling/action-ros-ci@v0.4 | |
| with: | |
| package-name: plotjuggler_ros | |
| target-ros2-distro: rolling |