Skip to content

Commit 9b7dd4d

Browse files
committed
Jazzy Release
1 parent e02f070 commit 9b7dd4d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/library_generation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
branch: main
2121
- distro: galactic
2222
branch: galactic
23+
- distro: jazzy
24+
branch: jazzy
2325
steps:
2426
- uses: actions/checkout@v2
2527
with:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Remember that is possible to use a micro-ROS Agent just with this docker command
6262

6363
```bash
6464
# Serial micro-ROS Agent
65-
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:rolling serial --dev [YOUR BOARD PORT] -v6
65+
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:jazzy serial --dev [YOUR BOARD PORT] -v6
6666
```
6767
### PlatformIO
6868

@@ -73,14 +73,14 @@ PlatformIO support for this repository has been deprecated in favor of its own b
7373
If you need to add custom packages or types, or customize any internal parameter of the micro-ROS stack, you will need to recompile this library from source code:
7474

7575
```bash
76-
docker pull microros/micro_ros_static_library_builder:rolling
77-
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:rolling
76+
docker pull microros/micro_ros_static_library_builder:jazzy
77+
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:jazzy
7878
```
7979

8080
Optionally a specific single target can be built using the `-p <LIBRARY_TARGET>` argument like this:
8181

8282
```bash
83-
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:rolling -p <LIBRARY_TARGET>
83+
docker run -it --rm -v $(pwd):/project --env MICROROS_LIBRARY_FOLDER=extras microros/micro_ros_static_library_builder:jazzy -p <LIBRARY_TARGET>
8484
```
8585

8686
Available targets `LIBRARY_TARGETS` are available on the [top of the extras/library_generation/library_generation.sh file](https://github.com/micro-ROS/micro_ros_arduino/blob/main/extras/library_generation/library_generation.sh#L13-L24)

extras/library_generation/library_generation.sh

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

4343
# Workaround: Copy just tf2_msgs
44-
git clone -b rolling https://github.com/ros2/geometry2
44+
git clone -b jazzy https://github.com/ros2/geometry2
4545
cp -R geometry2/tf2_msgs ros2/tf2_msgs
4646
rm -rf geometry2
4747

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=micro_ros_arduino
2-
version=2.0.6-rolling
2+
version=2.0.6-jazzy
33
author=micro-ROS
44
maintainer=Pablo Garrido <[email protected]>
55
sentence=micro-ROS Arduino library

0 commit comments

Comments
 (0)