Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtex/phoenix
https://github.com/dtex/phoenix
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtex/phoenix
- Owner: dtex
- License: mit
- Created: 2015-05-20T19:39:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T16:33:41.000Z (almost 9 years ago)
- Last Synced: 2024-11-04T11:25:22.791Z (about 2 months 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.