User interface for Ground Control robot controller. Displays the video stream and status of the robot.
Using React Boilerplate.
Screenshot:
The dashboard is pretty easy to read:
Left motor speed
: Indicates the current speed of left motors in the robot. Range from -100% to 100%.Right motor speed
: Indicates the current speed of right motors in the robot. Range from -100% to 100%.- More coming: Battery voltage, GPS coordinates...
-
Start Ground Control CLI server to connect to socket and listen to events.
-
Install dependencies:
npm install
- Run app:
For development (with hot reload):
npm start
For production:
npm run build
This will create a deployable build in /build
directory.