Skip to content

Commit 1284c10

Browse files
authored
Merge pull request #559 from iRobotEducation/shamlian/release_H.2.6
Release H.2.6
2 parents 81d0bb8 + 1d4180b commit 1284c10

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

docs/releases/h_2_6.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# iRobot® Create® 3 Release H.2.6
2+
[[Click here to download release H.2.6]](https://edu.irobot.com/create3/firmware/H.2.6)
3+
4+
!!! warning
5+
When using Fast-DDS, startup times are about 30s longer than in our Galactic release.
6+
7+
## This release is running ROS 2 Humble with the following interface library versions:
8+
9+
- [irobot_create_msgs - 2.1.0](https://github.com/iRobotEducation/irobot_create_msgs/tree/2.1.0)
10+
- [cyclonedds - 0.10.3](https://github.com/eclipse-cyclonedds/cyclonedds/tree/0.10.3)
11+
- [Fast-DDS - 2.6.4](https://github.com/eProsima/Fast-DDS/tree/2.6.4)
12+
13+
## Release Overview
14+
For ROS 2[^1] users, this is a bugfix release.
15+
For iRobot® Education Bluetooth[^2] users, there are no changes.
16+
See below for details.
17+
18+
!!! important
19+
There were quite a few changes in H.2.5; it is recommended to also read [that changelog](../h_2_5).
20+
21+
## Changelog (from H.2.5)
22+
### ROS 2
23+
* Parameters
24+
* Robot now sets `max_speed` parameter properly when `safety_override = full` is set in application configuration [(#558)](https://github.com/iRobotEducation/create3_docs/issues/558)
25+
26+
27+
[^1]: ROS 2 is governed by Open Robotics.
28+
[^2]: The Bluetooth® word mark and logos are registered trademarks owned by Bluetooth SIG, Inc. and any use of such marks by iRobot is under license.
29+
[^3]: All other trademarks mentioned are the property of their respective owners.

docs/releases/overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Downloads of a particular version can be found on each individual release page.
2929
## Releases
3030

3131
### Humble
32-
* [H.2.5](../h_2_5) (humble-latest, latest)
32+
* [H.2.6](../h_2_6) (humble-latest, latest)
33+
* [H.2.5](../h_2_5)
3334
* [H.2.4](../h_2_4)
3435
* [H.2.3](../h_2_3)
3536
* [H.2.2](../h_2_2)

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ nav:
132132
- G.5.2: releases/g_5_2.md
133133
- G.5.3: releases/g_5_3.md
134134
- Humble:
135-
- H.2.5: releases/h_2_5.md
135+
- H.2.6: releases/h_2_6.md
136136
- Older:
137137
- H.0.0: releases/h_0_0.md
138138
- H.1.0: releases/h_1_0.md
@@ -142,3 +142,4 @@ nav:
142142
- H.2.2: releases/h_2_2.md
143143
- H.2.3: releases/h_2_3.md
144144
- H.2.4: releases/h_2_4.md
145+
- H.2.5: releases/h_2_5.md

0 commit comments

Comments
 (0)