This tool offers an intuitive interface that allows users to monitor telemetry data and set route waypoints while the boat is in operation.
Ensure that you have the following software installed on your system:
-
Clone the repository:
git clone https://github.com/sailbot-vt/ground_station_25.git cd ground_station_25
-
Install the Python dependencies:
pip install -r requirements.txt
-
Give the start script executable permissions:
chmod +x run.sh
-
Run the program
./run.sh
- Left click on the map to add waypoints.
- Right click to remove the waypoint closest to your mouse's cursor position.