All the files to build a quadripod, including 3d model, eagle files and ROS code.
This is a personal project, this means that this quadripod was build in a single exemplary. It worked fine for me, but i cannot be held responsible if you fry somehing using my plans.
Contains stl for 3d print the robot, there are the original files from hackaday: [https://hackaday.io/project/9334-kame-esp8266-based-quadruped]. It contains also the modified STL to build the same base with mg996 servos.
Contains the eagle files for the pcb manufacturing.
Contains the code that runs on the raspberry pi zero:
- The folder
catkin\_ws
contains the node to run locally on the robot. - The folder
camera\_calibration
contains the files to calibrate the camera. - The folder
teleop\_ws contains
the nodes to control the robot remotely using a joystick.
Contains the tutorial to setup the raspberry pi zero:
- install raspbian lite
- compile and install ros kinetic (perception)
- setup the service to start a launchfile at boot
- setup the wifi AP