-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #505 from iRobotEducation/shamlian/release_G.5.4_G…
….2.4 Release G.5.4 / H.2.4 # Changelog (from G.5.3/H.2.3) ## Core Robot ### Webserver * Add beta feature to disconnect from wlan0 and forget the SSID (#110) ### Power Management * Robot will now change its light ring to "spinning red" when the battery level dips below 3%, and will explicitly call the /robot_power service when it falls below 2%. ## ROS 2 ### Actions * The /rotate_angle action no longer accepts overriding goals; an ongoing goal must be completed (successfully or unsuccessfully) before a new goal will be accepted. (#351) * Improve reliability of robot docking and undocking.
- Loading branch information
Showing
9 changed files
with
117 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# iRobot® Create® 3 Release G.5.4 | ||
[[Click here to download release G.5.4]](https://edu.irobot.com/create3/firmware/G.5.4) | ||
|
||
## This release is running ROS 2 Galactic with the following interface library versions: | ||
|
||
- [irobot_create_msgs - 1.2.4](https://github.com/iRobotEducation/irobot_create_msgs/tree/1.2.4) | ||
- [cyclonedds - 0.8.1](https://github.com/eclipse-cyclonedds/cyclonedds/tree/0.8.1) | ||
- [Fast-DDS - 2.3.3](https://github.com/eProsima/Fast-DDS/tree/2.3.3) | ||
|
||
## Release Overview | ||
For ROS 2[^1] users, this is a bugfix release. | ||
For iRobot® Education Bluetooth[^2] users, there are no changes. | ||
See below for details. | ||
|
||
## Changelog (from G.5.3) | ||
### Core Robot | ||
* Webserver | ||
* Add [beta feature](../../webserver/forget-wifi/) to disconnect from `wlan0` and forget the SSID [(#110)](https://github.com/iRobotEducation/create3_docs/issues/110) | ||
* Power Management | ||
* Robot will now change its light ring to "spinning red" when the battery level dips below 3%, and will explicitly call the `/robot_power` service when it falls below 2%. | ||
|
||
### ROS 2 | ||
* Actions | ||
* The `/rotate_angle` action no longer accepts overriding goals; an ongoing goal must be completed (successfully or unsuccessfully) before a new goal will be accepted. [(#351)](https://github.com/iRobotEducation/create3_docs/issues/351) | ||
* Improve reliability of robot docking and undocking. | ||
|
||
[^1]: ROS 2 is governed by Open Robotics. | ||
[^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. | ||
[^3]: All other trademarks mentioned are the property of their respective owners. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# iRobot® Create® 3 Release H.2.4 | ||
[[Click here to download release H.2.4]](https://edu.irobot.com/create3/firmware/H.2.4) | ||
|
||
!!! warning | ||
When using Fast-DDS, startup times are about 30s longer than in our Galactic release. We are working on a fix. | ||
|
||
## This release is running ROS 2 Humble with the following interface library versions: | ||
|
||
- [irobot_create_msgs - 2.1.0](https://github.com/iRobotEducation/irobot_create_msgs/tree/2.1.0) | ||
- [cyclonedds - 0.9.0](https://github.com/eclipse-cyclonedds/cyclonedds/tree/0.9.0) | ||
- [Fast-DDS - 2.6.4](https://github.com/eProsima/Fast-DDS/tree/2.6.4) | ||
|
||
## Release Overview | ||
For ROS 2[^1] users, this is a bugfix release. | ||
For iRobot® Education Bluetooth[^2] users, there are no changes. | ||
See below for details. | ||
|
||
## Changelog (from H.2.3) | ||
### Core Robot | ||
* Webserver | ||
* Add [beta feature](../../webserver/forget-wifi/) to disconnect from `wlan0` and forget the SSID [(#110)](https://github.com/iRobotEducation/create3_docs/issues/110) | ||
* Power Management | ||
* Robot will now change its light ring to "spinning red" when the battery level dips below 3%, and will explicitly call the `/robot_power` service when it falls below 2%. | ||
|
||
### ROS 2 | ||
* Actions | ||
* The `/rotate_angle` action no longer accepts overriding goals; an ongoing goal must be completed (successfully or unsuccessfully) before a new goal will be accepted. [(#351)](https://github.com/iRobotEducation/create3_docs/issues/351) | ||
* Improve reliability of robot docking and undocking. | ||
|
||
[^1]: ROS 2 is governed by Open Robotics. | ||
[^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. | ||
[^3]: All other trademarks mentioned are the property of their respective owners. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# iRobot® Create® 3 Webserver - Forget Wi-Fi Network | ||
The "Forget Wi-Fi Network" beta menu option of the Create® 3 webserver instructs the Create® 3 robot to forget about and disconnect from any Wi-Fi networks to which it had been connected. | ||
|
||
!!!warning | ||
Please note that this is a beta feature, and as such is not supported by the customer service team. | ||
Please exercise caution, as improper use of beta features may result in an inoperable robot. | ||
|
||
Selecting the "Forget Wi-Fi Network" option will spawn a pop-up requesting confirmation. | ||
Once confirmed, the robot will forget about any SSIDs to which it has connected, and to immediately disconnect from the `wlan0` inteface if it is currently connected. | ||
If this command is issued over `wlan0`, it will be necessary to communicate with the robot either in AP mode or using Ethernet-over-USB. | ||
|
||
This feature can also be accessed by sending a POST to `/api/forget-wifi`. | ||
|
||
[^1]: All trademarks mentioned are the property of their respective owners. |
Oops, something went wrong.