C J Silverio
C J Silverio
Maybe make a mock usb radio that responds with mocked-up packets. I'm still at the stage where integration testing to discover how the firmware actually behaves (as opposed to how...
For human-controlled flight. The python client scans available USB devices for game controllers & lets you select one. We can be far more primitive at first. Goal would be to...
Step one: just visualize the data. Don't try to do any control/settings stuff.
socket.io would probably be ideal for this. All telemetry data plus copter AI goals would be made available.
Don't have one yet & the current firmware doesn't support the 2 new sensors, but eventually altitude & heading telemetry will be required.
#1 problem is that the copter accelerates very quickly when the battery is fully-charged but much more weakly when the battery is lower. It would be great to use the...
Just pass an options hash around, with channel & data rate as named fields.
Documentation should cover the copter control API but doesn't need to cover the driver layer. The architecture should be covered to help possible contributors, however.
If you re-run the instructions for the first "mission possible" problem statement instead of using "goingnative print", it will generate lots & lots of new `myaddon` folders. It will also...