Skip to content

PX4/electronWebGCS

Repository files navigation

Rudimentary Electron GCS based on WebGCS and Electron React Boilerplate

Highly Experimental, don't use with real vehicles


Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/PX4/electronwebgcs.git 
cd electronwebgcs
npm i

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

you will need to run mavsdk_server on port 50000 for the app to connect.

for log download create a logs directory in the directory mavsdk server is running in

Packaging for Production

To package apps for the local platform:

npm run package

Maintainers

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published