Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/UWARG/pathing

Software

Setup

Follow the instructions: Autonomy Workflow Software

Install packages:

Code Block
pip install -r requirements.txt
pip install -r modules/common/requirements.txt

Usage

Setup Mission Planner with MAVLink forwarding: Ardupilot Simulation with Mission Planner Simulated Ardupilot

  • Follow the simulation instructions for simulation, otherwise connect directly to the drone

Activate the environment: Python Repository Autonomy Workflow Software

Enter the commands:

Code Block
git checkout main
git pull
git submodule update --remote
python -m path_2023

...

  1. Open connection_check.py

  2. Set the test flags and connection address

  3. Run: python -m connection_check

Setup

Follow the instructions: Python Repository

Install packages:

...