Skip to content

Commit 524259a

Browse files
committed
Bump Kilted
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 25bd458 commit 524259a

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/library_generation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
include:
1717
- distro: humble
1818
branch: humble
19-
- distro: iron
20-
branch: iron
19+
- distro: jazzy
20+
branch: jazzy
21+
- distro: kilted
22+
branch: kilted
2123
- distro: rolling
2224
branch: rolling
2325
steps:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ micro-ros-agent serial --dev /dev/ttyACM0 -b 115200
6060

6161
or using the [micro-ros-agent Docker](https://hub.docker.com/r/microros/micro-ros-agent):
6262
```bash
63-
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:rolling serial --dev /dev/ttyACM0 -b 115200
63+
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:kilted serial --dev /dev/ttyACM0 -b 115200
6464
```
6565

6666
## What files are relevant?
@@ -74,8 +74,8 @@ Micro-ROS is precompiled for Raspberry Pi Pico in [`libmicroros`](libmicroros).
7474
If you want to compile it by yourself:
7575

7676
```bash
77-
docker pull microros/micro_ros_static_library_builder:rolling
78-
docker run -it --rm -v $(pwd):/project microros/micro_ros_static_library_builder:rolling
77+
docker pull microros/micro_ros_static_library_builder:kilted
78+
docker run -it --rm -v $(pwd):/project microros/micro_ros_static_library_builder:kilted
7979
```
8080

8181
Note that folders added to `microros_static_library/library_generation/extra_packages` and entries added to `microros_static_library/library_generation/extra_packages/extra_packages.repos` will be taken into account by this build system.

microros_static_library/library_generation/library_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ros2 run micro_ros_setup create_firmware_ws.sh generate_lib
2121
pushd firmware/mcu_ws > /dev/null
2222

2323
# Workaround: Copy just tf2_msgs
24-
git clone -b rolling https://github.com/ros2/geometry2
24+
git clone -b kilted https://github.com/ros2/geometry2
2525
cp -R geometry2/tf2_msgs ros2/tf2_msgs
2626
rm -rf geometry2
2727

0 commit comments

Comments
 (0)