WarehouseProject-EECS373 / zumo-controller

Main control software for Zumo robot using a command-based architecture. Uses custom RTOS and state machine framework.
GNU General Public License v3.0
3 stars 2 forks source link

Create high level robot management active object #9

Closed rkalnins closed 2 years ago

rkalnins commented 3 years ago

This AO should control system state and connect peripherals together. Most integration will be happening here.

Zumo could have states like "line following/driving, picking up, turning" etc.