Skip to content

jlamyi/zumy

Repository files navigation

zumy

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

Getting Started

Architecture Diagram

https://wiki.eecs.berkeley.edu/biomimetics/Main/Zumy?action=download&upname=zumy_architecture.pdf

For Maintainers

Usage

  • 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
      

Reference

https://github.com/andrewjchen/zumy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages