Home

NGCP Ground Control Station#

Build Status Documentation Status Coverage Status dependencies Status devDependencies Status

Introduction#

The Northrop Grumman Collaboration Project presents the Ground Control Station (GCS). This project's objective is to view and set missions for all autonomous vehicle platforms in the project.

Documentation for the GCS can be found here.

Quick start#

Setting things up#

You will need the LTS version of Node.js.

Open up your command line application and clone this repository

git clone https://github.com/NGCP/GCS.git

Running the program#

Create a Mapbox account and obtain a public API access token. Create a .env file, copy the content of the .env.example to it, and replace your-access-token with your own access token.

MAPBOX_TOKEN=your-access-token

Install all required third-party libraries and run the program:

npm install
npm start

License#

MIT


Last update: