Skip to content

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.

  1. Open box. Check part list and get familiar with them.
  2. Assemble the frame.
  1. Head
  2. Neck (don't connect with head yet)
  3. Body
  4. Tail
  5. Shank
  6. Thigh
  1. Setup Arduino IDE to support NyBoard V0 (equivalent to Arduino Pro mini, 5V/20 MHz)
  2. Upload WriteInstinct.ino, save constants and calibrate sensors.
  3. Calibrate servos and attach all limbs to the body.
  4. Upload Nybble.ino and play with Nybble using the infrared remote.
  5. Read documentation and understand how to add new skills to Instinct.h.
  6. Understand parameters in OpenCat.h for research purposes.
  7. Mess up with the existing code and hardware. Share your codes and setups with the community.

Have fun!

Table of Contents

Documentation

  • 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)

Quick Starts

Clone this wiki locally