github ClemensElflein/open_mower_ros v1.1.0

13 hours ago

❗ Notes

Map format changed to JSON

This release changes the map storage format to JSON. Your existing map.bag file will automatically be converted to map.json, and only the latter will be used and updated from then on. There is no other immediate impact, you can still record and mow your areas as usual. In the future, the new format allows for simplified steps and new features.

The format in which the map is sent via MQTT has changed as well (to the same one as used internally). If you don't see your map in the web interface, make sure to forcefully reload it (Ctrl+F5) or clear the cache. If there are still issues, please report them as a GitHub issue or on Discord.

Fix for unmowed strips between lines

Several users had reported that their mower sometimes left strips of unmowed grass between the lines in the area fill. A workaround was to reduce the tool width below the blade disk's actual diameter, which makes the planner create more narrow lines. It turned out to be a wrong parameter, as explained here. Your area should now be fully covered, and you might want to revert to the proper tool width if you had applied the workaround before.

Many other changes

There have been quite a few changes in the past months - more fixes, some new features. Many of the bigger changes aren't directly visible now, but help us prepare for the future. Stay tuned. 😉

🚀 Features

🐛 Bug Fixes

🧰 Internal changes

Full Changelog: v1.0.2...v1.1.0

Don't miss a new open_mower_ros release

NewReleases is sending notifications on new releases.