Skip to content

Commit 93c191b

Browse files
committed
Add I.0.0
1 parent 1bab193 commit 93c191b

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

docs/releases/i_0_0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# iRobot® Create® 3 Release I.0.0
2+
[[Click here to download release I.0.0.CycloneDDS]](https://github.com/iRobotEducation/create3_docs/releases/download/I.0.0/Create3-I.0.0.CycloneDDS.swu)
3+
[[Click here to download release I.0.0.FastDDS]](https://github.com/iRobotEducation/create3_docs/releases/download/I.0.0/Create3-I.0.0.FastDDS.swu)
4+
5+
!!! warning
6+
Be sure to download the correct release for your choice of middleware.
7+
8+
## This release is running ROS 2 Iron with the following interface library versions:
9+
10+
- [irobot_create_msgs - 2.1.0](https://github.com/iRobotEducation/irobot_create_msgs/tree/2.1.0)
11+
- [cyclonedds - 0.10.3](https://github.com/eclipse-cyclonedds/cyclonedds/tree/0.10.3)
12+
- [Fast-DDS - 2.10.1](https://github.com/eProsima/Fast-DDS/tree/2.10.1)
13+
14+
## Release Overview
15+
For ROS 2[^1] users, this is a feature release, and our first upgrade to ROS 2 Iron.
16+
For iRobot® Education Bluetooth[^2] users, there are no changes.
17+
See below for details.
18+
19+
!!! note
20+
In testing, this release appears to be fully compatible with ROS 2 Jazzy, as well. Please be sure to let us know if you run into any [issues](https://github.com/iRobotEducation/create3_docs/issues).
21+
22+
## Changelog (from H.2.6)
23+
### ROS 2
24+
* Topics
25+
* The robot can now be tele-operated via `geometry_msgs/msg/TwistStamped` messages on the `cmd_vel_stamped` topic. (You may also continue to use the `cmd_vel` topic; don't use both at the same time.)
26+
27+
28+
[^1]: ROS 2 is governed by Open Robotics.
29+
[^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.
30+
[^3]: All other trademarks mentioned are the property of their respective owners.

docs/releases/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ One exception is that beta features may be added in minor releases.
1919
The latest stable release can be found at
2020
[http://edu.irobot.com/create3-latest-fw](http://edu.irobot.com/create3-latest-fw).
2121

22+
The latest stable Iron release can be found at
23+
[http://edu.irobot.com/create3-iron-latest-fw](http://edu.irobot.com/create3-iron-latest-fw).
2224
The latest stable Humble release can be found at
2325
[http://edu.irobot.com/create3-humble-latest-fw](http://edu.irobot.com/create3-humble-latest-fw).
2426
The latest stable Galactic release can be found at
@@ -28,8 +30,11 @@ Downloads of a particular version can be found on each individual release page.
2830

2931
## Releases
3032

33+
### Iron
34+
* [I.0.0](../i_0_0) (iron-latest, latest)
35+
3136
### Humble
32-
* [H.2.6](../h_2_6) (humble-latest, latest)
37+
* [H.2.6](../h_2_6) (humble-latest)
3338
* [H.2.5](../h_2_5)
3439
* [H.2.4](../h_2_4)
3540
* [H.2.3](../h_2_3)

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,6 @@ nav:
162162
- H.2.3: releases/h_2_3.md
163163
- H.2.4: releases/h_2_4.md
164164
- H.2.5: releases/h_2_5.md
165+
- Iron:
166+
- I.0.0: releases/i_0_0.md
165167
- FAQ: faq/faq.md

0 commit comments

Comments
 (0)