Skip to content

UnmannedAerialSystems/task-executor

Repository files navigation

Task Executor

Overview

This package handles receiving task requests and executing them by sending to ArduPilot

Usage

The following instructions will guide you through the editable package installation.

1. Clone Repo

git clone [email protected]:UnmannedAerialSystems/task-executor.git
cd task-executor

2. 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 .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages