A wheeled jumping robot for controls and character development
Stair Climb
Terrain Navigation
Fall Recovery
Personality Interaction
BOM
CAD
Electrical
System Graph
FSM Flow
The FSM states and corresponding LED patterns can be found here.
Controls Modules
Install and Startup - Onboard Rpi
- Install ROS Melodic for RPi Zero W
- Clone the
rpi
branch of thehop
repo intocatkin_ws/src
- Enable running the startup script on boot
sudo vi /etc/rc.local
- Add
sudo bash /home/<user>/catkin_ws/src/hop/rpi-boot.sh &
before theexit 0
line
Install and Startup - Offboard Server
Running the Robot
- Running a state sequence mission file ->
- Running teleop ->