Core Operations Routine Executor
Formerly Task Executor
This package handles receiving Routine requests and executing them by sending to ArduPilot
The following instructions will guide you through the editable package installation.
1. Clone Repo
git clone git@github.com:UnmannedAerialSystems/core.git
cd core2. Create venv
- MacOS/linux:
python3 -m venv venv source venv/bin/activate - Windows:
python -m venv venv .\venv\Scripts\activate
3. Install local package
pip install -e .