OpenMowerNext
OpenMowerNext copied to clipboard
Just another software stack for OpenMower lawn mower robot, but this time with ROS2!
What is the license for this repo?
Quite a few people are using alternative GPS modules, like UM960/UM980/UM982, which speak NMEA instead of UBX. For feature parity, it would be required to re-establish support for NMEA. I'm...
At the moment everything lies in a single [src/openmower/config](https://github.com/jkaflik/OpenMowerROS2/tree/main/src/openmower/config) directory. It should be split into two: - ROS node & URDF params - actual configuration
Web UI
Over a time, when most of the core features will be implemented, project will require some user interface. I really like Foxglove Studio. They open source components: - https://github.com/foxglove/rosmsg-msgs-common -...
dropping some links: - https://www.behaviortree.dev/ - https://github.com/cloudn1ne/MowgliRover/tree/testing/src/mowgli/config/bt what to start with: - dock/undock
Goal: **Serve a navigation occupancy grid for a static costmap with management capabilities** Requirements: - [ ] load a map in an easy & well-known format. Consider GeoJSON as a...
Implement [ros2 navigation](https://navigation.ros.org/) stack
Implement a mower motor controller using VESC driver.