Skip to content

Commit 304b3fe

Browse files
authored
Bump kilted (#780)
Signed-off-by: Antón Casas <[email protected]>
1 parent 266722e commit 304b3fe

File tree

18 files changed

+51
-44
lines changed

18 files changed

+51
-44
lines changed

.github/ISSUE_TEMPLATE/general-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assignees: ''
1212
- Hardware description: <!-- hardware where you are using micro-ROS -->
1313
- RTOS: <!-- RTOS where you are using micro-ROS -->
1414
- Installation type: <!-- micro_ros_setup, modules, etc -->
15-
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
15+
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->
1616

1717
#### Steps to reproduce the issue
1818
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
env:
11-
ROS_DISTRO: rolling
11+
ROS_DISTRO: kilted
1212

1313
jobs:
1414

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010

1111
jobs:
1212

13+
Kilted:
14+
uses: micro-ROS/micro_ros_setup/.github/workflows/ci.yml@kilted
15+
with:
16+
ci_target_ref: 'kilted'
17+
1318
Jazzy:
1419
uses: micro-ROS/micro_ros_setup/.github/workflows/ci.yml@jazzy
1520
with:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ This package targets the **ROS 2** installation. ROS 2 supported distributions a
8686
| Foxy | EOL | `foxy` |
8787
| Galactic | EOL | `galactic` |
8888
| Humble | Supported | `humble` |
89-
| Iron | Supported | `iron` |
89+
| Iron | EOL | `iron` |
90+
| Jazzy | Supported | `jazzy` |
91+
| Kilted | Supported | `kilted` |
9092
| Rolling | Supported | `rolling` |
9193

9294
Some other prerequisites needed for building a firmware using this package are:
@@ -113,7 +115,7 @@ source /opt/ros/$ROS_DISTRO/setup.bash
113115

114116
mkdir uros_ws && cd uros_ws
115117

116-
git clone -b rolling https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
118+
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
117119

118120
rosdep update && rosdep install --from-paths src --ignore-src -y
119121

config/agent_uros_packages.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ repositories:
22
uros/micro_ros_msgs:
33
type: git
44
url: https://github.com/micro-ROS/micro_ros_msgs.git
5-
version: rolling
5+
version: kilted
66
uros/micro-ROS-Agent:
77
type: git
88
url: https://github.com/micro-ROS/micro-ROS-Agent.git
9-
version: rolling
9+
version: kilted
1010
uros/drive_base:
1111
type: git
1212
url: https://github.com/micro-ROS/drive_base.git

config/android/generic/client_uros_packages.repos

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,36 @@ repositories:
1212
uros/rcl:
1313
type: git
1414
url: https://github.com/micro-ROS/rcl
15-
version: rolling
15+
version: kilted
1616
uros/rclc:
1717
type: git
1818
url: https://github.com/ros2/rclc
19-
version: rolling
19+
version: kilted
2020
uros/micro_ros_utilities:
2121
type: git
2222
url: https://github.com/micro-ROS/micro_ros_utilities
23-
version: rolling
23+
version: kilted
2424
uros/rcutils:
2525
type: git
2626
url: https://github.com/micro-ROS/rcutils
27-
version: rolling
27+
version: kilted
2828
uros/micro_ros_msgs:
2929
type: git
3030
url: https://github.com/micro-ROS/micro_ros_msgs.git
31-
version: rolling
31+
version: kilted
3232
uros/rmw_microxrcedds:
3333
type: git
3434
url: https://github.com/micro-ROS/rmw-microxrcedds.git
35-
version: rolling
35+
version: kilted
3636
uros/rosidl_typesupport:
3737
type: git
3838
url: https://github.com/micro-ROS/rosidl_typesupport.git
39-
version: rolling
39+
version: kilted
4040
uros/rosidl_typesupport_microxrcedds:
4141
type: git
4242
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git
43-
version: rolling
43+
version: kilted
4444
uros/micro-ROS-demos:
4545
type: git
4646
url: https://github.com/micro-ROS/micro-ROS-demos.git
47-
version: rolling
47+
version: kilted

config/client_uros_packages.repos

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@ repositories:
1212
uros/rcl:
1313
type: git
1414
url: https://github.com/micro-ROS/rcl
15-
version: rolling
15+
version: kilted
1616
uros/rclc:
1717
type: git
1818
url: https://github.com/ros2/rclc
19-
version: rolling
19+
version: kilted
2020
uros/micro_ros_utilities:
2121
type: git
2222
url: https://github.com/micro-ROS/micro_ros_utilities
23-
version: rolling
23+
version: kilted
2424
uros/rcutils:
2525
type: git
2626
url: https://github.com/micro-ROS/rcutils
27-
version: rolling
27+
version: kilted
2828
uros/micro_ros_msgs:
2929
type: git
3030
url: https://github.com/micro-ROS/micro_ros_msgs.git
31-
version: rolling
31+
version: kilted
3232
uros/rmw_microxrcedds:
3333
type: git
3434
url: https://github.com/micro-ROS/rmw-microxrcedds.git
35-
version: rolling
35+
version: kilted
3636
uros/rosidl_typesupport:
3737
type: git
3838
url: https://github.com/micro-ROS/rosidl_typesupport.git
39-
version: rolling
39+
version: kilted
4040
uros/rosidl_typesupport_microxrcedds:
4141
type: git
4242
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git
43-
version: rolling
43+
version: kilted

config/freertos/crazyflie21/board.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repositories:
77
freertos_apps:
88
type: git
99
url: https://github.com/micro-ROS/freertos_apps
10-
version: rolling
10+
version: kilted
1111

config/freertos/esp32/board.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repositories:
22
freertos_apps:
33
type: git
44
url: https://github.com/micro-ROS/freertos_apps
5-
version: rolling
5+
version: kilted
66

77

88

config/freertos/nucleo_f446re/board.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ repositories:
22
freertos_apps:
33
type: git
44
url: https://github.com/micro-ros/freertos_apps
5-
version: rolling
5+
version: kilted

0 commit comments

Comments
 (0)