MAVSDK-JavaScript
MAVSDK-JavaScript copied to clipboard
What is needed to make this production ready?
It's just a proof of concept, so quite some work. Are you willing to contribute, or are you wondering if that will be ready soon? Happy to get contributions, but otherwise, nobody is working on this at the moment...
Yes. I guess it might turn out easier, than relearning Python, unless that list is too long... I'd probably convert whole thing to TypeScript first.
Is the following list still actual?
- Write a nice API for some selected features (e.g. action.arm, action.takeoff, and telemetry.position) using RxJS.
- (Optional) Make a small UI using those features (e.g. a "takeoff" button, and show the position values somewhere).
- Write templates based on 1) to auto-generate the full API from our proto definitions.
- Deploy the package.
Yes :+1: