Skip to content

Commit 58d3f2e

Browse files
committed
Update CI for rolling
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent 077c699 commit 58d3f2e

File tree

3 files changed

+2
-44
lines changed

3 files changed

+2
-44
lines changed

.github/workflows/rolling-devel.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/rolling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
fail-fast: false
2121
steps:
2222
- name: Setup ROS 2
23-
uses: ros-tooling/setup-ros@0.7.9
23+
uses: ros-tooling/setup-ros@0.7.12
2424
with:
2525
required-ros-distributions: rolling
2626
- name: build and test
27-
uses: ros-tooling/action-ros-ci@0.3.13
27+
uses: ros-tooling/action-ros-ci@0.4.3
2828
with:
2929
package-name: rclcpp_cascade_lifecycle rclpy_cascade_lifecycle cascade_lifecycle_msgs
3030
target-ros2-distro: rolling

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![humble-devel](https://github.com/fmrico/cascade_lifecycle/actions/workflows/humble-devel.yaml/badge.svg)](https://github.com/fmrico/cascade_lifecycle/actions/workflows/humble-devel.yaml)
77
[![iron-devel](https://github.com/fmrico/cascade_lifecycle/actions/workflows/iron-devel.yaml/badge.svg)](https://github.com/fmrico/cascade_lifecycle/actions/workflows/iron-devel.yaml)
88
[![jazzy-devel](https://github.com/fmrico/cascade_lifecycle/actions/workflows/jazzy-devel.yaml/badge.svg)](https://github.com/fmrico/cascade_lifecycle/actions/workflows/jazzy-devel.yaml)
9-
[![rolling-devel](https://github.com/fmrico/cascade_lifecycle/actions/workflows/rolling-devel.yaml/badge.svg)](https://github.com/fmrico/cascade_lifecycle/actions/workflows/rolling-devel.yaml)
109

1110
[Managed nodes](https://design.ros2.org/articles/node_lifecycle.html) (or lifecycle nodes, LN) are an extremely useful concept in ROS2. It provides a mechanism to define states in a node so that its life cycle can be better controlled.
1211

0 commit comments

Comments
 (0)