Table of Contents |
---|
Overview
TODOAutomated pathing is run on the ground station.
Repository:
https://github.com/UWARG/pathing
Software
Usage
Setup Mission Planner with MAVLink forwarding: Ardupilot Simulation with Mission Planner
Follow the simulation instructions for simulation, otherwise connect directly to the drone
Activate the environment: Python Repository
Enter the commands:
Code Block |
---|
git checkout main
git pull
git submodule update --remote
python -m path_2023 |
Setup
Follow the instructions: Python Repository
Install packages:
Code Block |
---|
pip install -r requirements.txt
pip install -r modules/common/requirements.txt |