Zumy is a small robot running linux using Pololu's Zumo robot chassis. This source code are algorithms based on zumy driver codes: https://github.com/andrewjchen/zumy
- Ground Station Setup
- Zumy Setup
https://wiki.eecs.berkeley.edu/biomimetics/Main/Zumy?action=download&upname=zumy_architecture.pdf
- ODROID Imaging and Setup: For image maintainers
- ODROID Image Saving: Saving master images
-
Get under python repository:
cd ~/zumy/python
-
Gradient ascend algorithm:
GAscent_beta.py
-
Gradient descend algorithm:
-
One to one descent
python GDscent.py
-
One to multiple descent
python GDscent_multiBot.py
-