Buzz
Buzz
https://github.com/davidbuzz/MAVAgent has full signing capabilities, in javascript, its ridiculous that px4 and qgroundcontrol don't have it.
I was just pointing out that there are existing implementations in at least 3 languages... javascript,python,C# , probably more > https://github.com/davidbuzz/MAVAgent has full signing capabilities, in javascript, its ridiculous that...
"For Plane and Rover, if a good GPS fix cannot be obtained the location specified in the command is used. For Copter, the command will also try to use the...
cesium supports .gltf or .glb format as it's preferred format for this sort of thing.... theres a few gltf models of larger aircraft at: https://github.com/Ysurac/FlightAirMap-3dmodels but there's also instructions on...
MAVControl ( https://github.com/jabelone/MAVControl ) has a number of backends python, fat-node.js, and a 'thin one' (also node.js ) , which is really just a mavlink-over-UDP to mavlink-over-websocket stream using SocketIO...
http://smoothiecharts.org/builder/ is also cool as a live-streaming graph.
As the author of large parts of JavaScript_NextGen, i'm here and paying attention, if i'm needed.
I have reviewed the output from this pr with respect to how it affects the current JavaScript bindings, and it looks good to me. ... by example... it leaves the...
I like slots, i'm in favour,if that help sway anyone.
great summary of what implications slots have here: https://wiki.python.org/moin/UsingSlots key takeaways: "slots are more efficient in terms of memory space and speed of access, and a bit safer than the...