https://github.com/dtex/phoenix
https://github.com/dtex/phoenix
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtex/phoenix
- Owner: dtex
- License: mit
- Created: 2015-05-20T19:39:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T16:33:41.000Z (over 10 years ago)
- Last Synced: 2025-02-14T06:47:23.806Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phoenix
This is the repo for my hexapod code. It is not intended for reuse but you are free to do what you will with it.
All the input is done with a leap motion controller.
## phoenix.js
This file uses scripted movements to walk, turn, etc. It's great for seeing how Johnny-Five animations work, but it's a sub-optimal way to do things.
## ikphoenix.js
This file uses [tharp](https://github.com/dtex/tharp) to solve kinematic chains to position the end effectors. So far it just stands, sleeps and translates/rotates the robots body. Still need to add walking sequences.
## t2phoenix.js
This is a copy of ikPhoenix.js that I use for testing on the Tessel 2.