File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 container :
1313 image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-desktop-latest
1414 steps :
15- - name : Build Environment
16- uses : ros-tooling/setup-ros@v0.7
17- with :
18- required-ros-distributions : humble
1915 - name : Run Tests
20- uses : ros-tooling/action-ros-ci@v0.3
16+ uses : ros-tooling/action-ros-ci@0.4.5
2117 id : humble_action_ros_ci_step
2218 with :
2319 package-name : |
Original file line number Diff line number Diff line change 55 - push
66
77jobs :
8- build-rolling :
8+ build-jazzy :
99 runs-on : ubuntu-24.04
1010 strategy :
1111 fail-fast : false
1212 container :
1313 image : rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-desktop-latest
1414 steps :
15- - name : Build Environment
16- uses : ros-tooling/setup-ros@v0.7
17- with :
18- required-ros-distributions : jazzy
1915 - name : Run Tests
20- uses : ros-tooling/action-ros-ci@v0.3
16+ uses : ros-tooling/action-ros-ci@0.4.5
2117 id : jazzy_action_ros_ci_step
2218 with :
2319 package-name : |
Original file line number Diff line number Diff line change 1+ name : Kilted Build
2+
3+ on :
4+ - pull_request
5+ - push
6+
7+ jobs :
8+ build-kilted :
9+ runs-on : ubuntu-24.04
10+ strategy :
11+ fail-fast : false
12+ container :
13+ image : rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-desktop-latest
14+ steps :
15+ - name : Run Tests
16+ uses : ros-tooling/action-ros-ci@0.4.5
17+ id : kilted_action_ros_ci_step
18+ with :
19+ package-name : |
20+ joy
21+ joy_linux
22+ sdl2_vendor
23+ spacenav
24+ wiimote
25+ wiimote_msgs
26+ target-ros2-distro : kilted
27+ - name : Upload logs
28+ uses : actions/upload-artifact@v4
29+ with :
30+ name : colcon-logs
31+ path : ${{ steps.kilted_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
32+ if : always()
Original file line number Diff line number Diff line change 1212 container :
1313 image : rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-desktop-latest
1414 steps :
15- - name : Build Environment
16- uses : ros-tooling/setup-ros@v0.7
17- with :
18- required-ros-distributions : rolling
1915 - name : Run Tests
20- uses : ros-tooling/action-ros-ci@v0.3
16+ uses : ros-tooling/action-ros-ci@0.4.5
2117 id : rolling_action_ros_ci_step
2218 with :
2319 package-name : |
Original file line number Diff line number Diff line change 11# ROS Joystick Drivers Stack #
22
3- [ ![ Humble Build] ( https://github.com/ros-drivers/joystick_drivers/workflows/Humble%20Build/badge.svg?branch=ros2 )] ( https://github.com/ros-drivers/joystick_drivers/actions )
4- [ ![ Jazzy Build] ( https://github.com/ros-drivers/joystick_drivers/workflows/Jazzy%20Build/badge.svg?branch=ros2 )] ( https://github.com/ros-drivers/joystick_drivers/actions )
5- [ ![ Rolling Build] ( https://github.com/ros-drivers/joystick_drivers/workflows/Rolling%20Build/badge.svg?branch=ros2 )] ( https://github.com/ros-drivers/joystick_drivers/actions )
3+ [ ![ Humble Build] ( https://github.com/ros-drivers/joystick_drivers/actions/workflows/humble-build-ci.yaml/badge.svg )] ( https://github.com/ros-drivers/joystick_drivers/actions )
4+ [ ![ Jazzy Build] ( https://github.com/ros-drivers/joystick_drivers/actions/workflows/jazzy-build-ci.yaml/badge.svg )] ( https://github.com/ros-drivers/joystick_drivers/actions )
5+ [ ![ Kilted Build] ( https://github.com/ros-drivers/joystick_drivers/actions/workflows/kilted-build-ci.yaml/badge.svg )] ( https://github.com/ros-drivers/joystick_drivers/actions )
6+ [ ![ Rolling Build] ( https://github.com/ros-drivers/joystick_drivers/actions/workflows/rolling-build-ci.yaml/badge.svg )] ( https://github.com/ros-drivers/joystick_drivers/actions )
67
78A simple set of nodes for supporting various types of joystick inputs and producing ROS messages from the underlying OS messages.
89
You can’t perform that action at this time.
0 commit comments