-
Notifications
You must be signed in to change notification settings - Fork 361
General workflow
Rongzhong Li edited this page Oct 30, 2018
·
7 revisions
Here I will very briefly describe the workflow of Nybble from assembling to testing, walking, till adding your contents in the code.
- Open box. Check part list and get familiar with them.
- Assemble the frame.
- Head
- Neck (don't connect with head yet)
- Body
- Tail
- Shank
- Thigh
- Setup Arduino IDE to support NyBoard V0 (equivalent to Arduino Pro mini, 5V/20 MHz)
- Upload WriteInstinct.ino, save constants and calibrate sensors.
- Calibrate servos and attach all limbs to the body.
- Upload Nybble.ino and play with Nybble using the infrared remote.
- Read documentation and understand how to add new skills to Instinct.h.
- Understand parameters in OpenCat.h for research purposes.
- Mess up with the existing code and hardware. Share your codes and setups with the community.
Have fun!
Copyright © 2018 Petoi LLC
- Home
- Introduction
- Framework of hardware
- Control hierarchy and communication
- Motion module, calibration and test
- Sensors and test
- Sensor fusion and perception
- Programming movement
- Behaviors(TBD)