0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version in preparation for release; new gyro data! More... over 12 years ago
A little more thrust on takeoff, a little more aggressively. More... over 12 years ago
A script that does nothing but log telemetry. More... over 12 years ago
Merge pull request #14 from ceejbot/flight-control-2 More... over 12 years ago
Added support for gyro data as a telemetry block you can subscribe to. You get x, y, z float data to do with as you please. More... over 12 years ago
Corrected some info in the readme; added some links. More... over 12 years ago
A start at taking off using the z accelerometer data instead of a fixed thrust curve. Very touchy, but clearly might do a better job. More... over 12 years ago
And land properly. Well, sort of properly. More... over 12 years ago
Bring the LeapMotion takeoff script back to life. It just sort of slams itself up into the ceiling, but hey! It takes off when you twiddle your finger! More... over 12 years ago
Rename the leapmotion script & start updating it for recently API changes. More... over 12 years ago
Add a --channel option to the scripts to select which crazy flie to connect to. Because we have 3 in the office right now. More... over 12 years ago
Delint. More... over 12 years ago
Bump version. More... over 12 years ago
Merge pull request #12 from ceejbot/flight-control-1 More... over 12 years ago
We fly again & don't spin around uncontrollably, which is a definite improvement. SHIP IT. More... over 12 years ago
Many changes in many places. Parameter reading now works, I think. Moved copter control scripts to scripts/. Probably completely broke flying by starting the state machine rewrite. More... over 12 years ago
Started in on rewriting takeoff & landing to use the state machine. Broke takeoff. Run master, not this branch. More... over 12 years ago
Fixed the npm badge; added accelerometer info. More... over 12 years ago
Merge pull request #11 from ceejbot/parameters More... over 12 years ago
Added support for accelerometer telemetry on copters that have it. The handler for the `accelerometer` event in the copter object has x, y, & z values available as floats. More... over 12 years ago
BADGES! I love badges. More... over 12 years ago
Friday is Hawaiian shirt day. More... over 12 years ago
Cleaned up the parameter/telemetry logging script thanks to the promise change. More... over 12 years ago
Made Copter.connect() return a promise that resolves when the copter is ready to fly. Dry-coded, but this should clean up the scripts nicely. (Mixing control flow methods always makes for messes.) More... over 12 years ago
Moved the protocol constants out of Crazypacket and into their own file. More... over 12 years ago
Getting parameter values works, though I haven't yet proven to my satisfaction that I'm parsing values properly. More... over 12 years ago
Fetching copter parameters now works. We log them as we receive them. More... over 12 years ago
The bulk of the parameter reading/writing implementation, dry-coded. It should run the first time, right? More... over 12 years ago
Checkpoint work in progress to support copter parameters aka settings. More... over 12 years ago
Cleanup. More... over 12 years ago