clebio / spot-micro-quadruped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4-legged-robot-model

This code is the last version that runs on the raspberry pi, for the simulation code that runs on PC and implements a PyBullet simulation, check the old branch (V1_PCsimulation).

Working on python3

-numpy, csv , evdev , pyserial and simple-pid needed to run the robot.

(run: robot_main_RPI.py)


You can also run its telemetry.

-Pandas and matplotlib needed.

(run: run_telemetry.py)


All the info at: https://hackaday.io/project/171456-diy-hobby-servos-quadruped-robot

Here is a simple diagram of how the robot is working: alt text

About

License:GNU General Public License v3.0


Languages

Language:C++ 58.2%Language:Python 41.8%