File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Basic Build Workflow
1+ name : Humble Build
22
33on :
44 - pull_request
2929 wiimote_msgs
3030 target-ros2-distro : humble
3131 - name : Upload logs
32- uses : actions/upload-artifact@v1
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : colcon-logs
3535 path : ${{ steps.humble_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Original file line number Diff line number Diff line change 1- name : Basic Build Workflow
1+ name : Jazzy Build
22
33on :
44 - pull_request
55 - push
66
77jobs :
8- build-iron :
9- runs-on : ubuntu-22 .04
8+ build-rolling :
9+ runs-on : ubuntu-24 .04
1010 strategy :
1111 fail-fast : false
1212 container :
13- image : rostooling/setup-ros-docker:ubuntu-jammy -ros-iron -desktop-latest
13+ image : rostooling/setup-ros-docker:ubuntu-noble -ros-jazzy -desktop-latest
1414 steps :
1515 - name : Build Environment
1616 uses : ros-tooling/setup-ros@v0.7
1717 with :
18- required-ros-distributions : iron
18+ required-ros-distributions : jazzy
1919 - name : Run Tests
2020 uses : ros-tooling/action-ros-ci@v0.3
21- id : iron_action_ros_ci_step
21+ id : jazzy_action_ros_ci_step
2222 with :
2323 package-name : |
2424 joy
@@ -27,10 +27,10 @@ jobs:
2727 spacenav
2828 wiimote
2929 wiimote_msgs
30- target-ros2-distro : iron
30+ target-ros2-distro : jazzy
3131 - name : Upload logs
32- uses : actions/upload-artifact@v1
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : colcon-logs
35- path : ${{ steps.iron_action_ros_ci_step .outputs.ros-workspace-directory-name }}/log
35+ path : ${{ steps.jazzy_action_ros_ci_step .outputs.ros-workspace-directory-name }}/log
3636 if : always()
Original file line number Diff line number Diff line change 1- name : Basic Build Workflow
1+ name : Rolling Build
22
33on :
44 - pull_request
55 - push
66
77jobs :
88 build-rolling :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010 strategy :
1111 fail-fast : false
1212 container :
13- image : rostooling/setup-ros-docker:ubuntu-jammy -ros-rolling-desktop-latest
13+ image : rostooling/setup-ros-docker:ubuntu-noble -ros-rolling-desktop-latest
1414 steps :
1515 - name : Build Environment
1616 uses : ros-tooling/setup-ros@v0.7
2929 wiimote_msgs
3030 target-ros2-distro : rolling
3131 - name : Upload logs
32- uses : actions/upload-artifact@v1
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : colcon-logs
3535 path : ${{ steps.rolling_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Original file line number Diff line number Diff line change 11# ROS Joystick Drivers Stack #
22
3- [ ![ ] ( https://github.com/ros-drivers/joystick_drivers/workflows/Basic%20Build%20Workflow/badge.svg?branch=ros2 )] ( https://github.com/ros-drivers/joystick_drivers/actions )
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 )
46
57A simple set of nodes for supporting various types of joystick inputs and producing ROS messages from the underlying OS messages.
68
You can’t perform that action at this time.
0 commit comments