Skip to content

Cross-platform dashboard for managing autonomous rescue missions. Part of the NGCP Ground Control Station.

License

Notifications You must be signed in to change notification settings

ngcp-project/gcs-user-interface

Repository files navigation

GCS User Interface

The GCS User Interface for the NGCP project.

Getting Started

This project uses Tauri, Bun, and Vue 3.

Installation

Clone the repository.

git clone https://github.com/ngcp-project/gcs-user-interface.git

Install dependencies.

bun install

Run the application.

bun tauri dev

Running the Map Server

Ensure Docker is running then install the docker container.

bun run osm:setup

Run the Map Server container.

bun run osm:run

Map Server Debugging Notes

  • If you get an error "Error: role renderer already exists" when running the map server, go into Docker Desktop and delete the volume installed. Re-run the setup command to install the volume again.