MAVSDK-JavaScript icon indicating copy to clipboard operation
MAVSDK-JavaScript copied to clipboard

What is needed to make this production ready?

Open jayarjo opened this issue 3 years ago • 6 comments

jayarjo avatar Jun 17 '22 13:06 jayarjo

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...

JonasVautherin avatar Jun 17 '22 14:06 JonasVautherin

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?

  1. Write a nice API for some selected features (e.g. action.arm, action.takeoff, and telemetry.position) using RxJS.
  2. (Optional) Make a small UI using those features (e.g. a "takeoff" button, and show the position values somewhere).
  3. Write templates based on 1) to auto-generate the full API from our proto definitions.
  4. Deploy the package.

jayarjo avatar Jun 18 '22 10:06 jayarjo

Yes :+1:

JonasVautherin avatar Jun 20 '22 09:06 JonasVautherin