├── CAD ├── DMX2.stp ├── HumanV3.stp ├── HumanV4.stp └── puppet01.stp ├── Hands ├── Hands_CAD │ └── ArmLower_hand01.stp ├── Hands_left02 │ └── Hands_left02.ino └── Hands_right02 │ └── Hands_right02.ino ├── Head02 ├── Clear.ino ├── Eyes.ino ├── Head02.ino ├── Leds.xlsx └── Mouth.ino ├── LICENSE ├── PRobot03 ├── ODriveInit.ino ├── ODrivePositions.ino ├── PRobot03.ino └── readEncoders.ino └── Puppet01_Orange └── Puppet01_Orange.ino /CAD/DMX2.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/CAD/DMX2.stp -------------------------------------------------------------------------------- /CAD/HumanV3.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/CAD/HumanV3.stp -------------------------------------------------------------------------------- /CAD/HumanV4.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/CAD/HumanV4.stp -------------------------------------------------------------------------------- /CAD/puppet01.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/CAD/puppet01.stp -------------------------------------------------------------------------------- /Hands/Hands_CAD/ArmLower_hand01.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Hands/Hands_CAD/ArmLower_hand01.stp -------------------------------------------------------------------------------- /Hands/Hands_left02/Hands_left02.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Hands/Hands_left02/Hands_left02.ino -------------------------------------------------------------------------------- /Hands/Hands_right02/Hands_right02.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Hands/Hands_right02/Hands_right02.ino -------------------------------------------------------------------------------- /Head02/Clear.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Head02/Clear.ino -------------------------------------------------------------------------------- /Head02/Eyes.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Head02/Eyes.ino -------------------------------------------------------------------------------- /Head02/Head02.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Head02/Head02.ino -------------------------------------------------------------------------------- /Head02/Leds.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Head02/Leds.xlsx -------------------------------------------------------------------------------- /Head02/Mouth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Head02/Mouth.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/LICENSE -------------------------------------------------------------------------------- /PRobot03/ODriveInit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/PRobot03/ODriveInit.ino -------------------------------------------------------------------------------- /PRobot03/ODrivePositions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/PRobot03/ODrivePositions.ino -------------------------------------------------------------------------------- /PRobot03/PRobot03.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/PRobot03/PRobot03.ino -------------------------------------------------------------------------------- /PRobot03/readEncoders.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/PRobot03/readEncoders.ino -------------------------------------------------------------------------------- /Puppet01_Orange/Puppet01_Orange.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XRobots/PerformanceRobots/HEAD/Puppet01_Orange/Puppet01_Orange.ino --------------------------------------------------------------------------------