JS Wrapper for Dronecode/DronecodeSDK using grpc-web to generate static http client compatible with Envoy Proxy
Install npm deps
npm install
Generate gRPC/Proto static files
./generator.sh
Run dev server
npm start
TODO
- Run PX4 SITL
- Run Backend
- Configure envoy (yaml) to talk to backend
- Run Envoy proxy (using docker)