forked from Nate711/StanfordDoggoProject
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Ian Goh edited this page Sep 7, 2021
·
2 revisions
SUTDoggo is a highly agile robot designed to be an accessible platform for legged robot research. We adopt the Stanford Doggo for this project.
Check out the original Stanford Doggo repository!
This tutorial will aid you to recreate our SUTDoggo, adopted from the Stanford Doggo. The build guide is organised in the following manner:
- Getting Started
- Teensy
- XBee
- Motors and Encoders
- ODrive
- IMU
- Putting it Together
- Running SUTDoggo
Run the command below to clone our SUTDoggo repo
git clone https://github.com/sutd-robotics/SUTDoggo
Do checkout the FAQ and Troubleshooting page if you have any queries.
Ready to build? Continue on to 1. Getting Started