New RFCs: the full robot-vacuum autonomy stack (sim → hardware) #4
makers-pet
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We've broken the core robot-vacuum software into six new, pick-up-able RFCs — each one a self-contained module you can claim and work on in parallel. They go from the Gazebo simulation all the way to validating on a real robot.
How they fit together: see the dependency diagram in the README. Green = ready now, amber = unblocked once its parents land, blue = needs hardware.
The new RFCs:
Ready to start right now (no dependencies): urdf-gazebo-sim is the foundation everything else builds on — a great first pickup. The mechanical modules dust-bin and vacuum-fan have no software dependency and can start anytime too.
Everything is sim-first (Gazebo), so you can contribute without owning hardware. Want one? Comment here or say hi on Discord, and check ARCHITECTURE.md for the system design.
All reactions