Skip to content

Repository files navigation

CORE

Core Operations Routine Executor

Formerly Task Executor

Overview

This package handles receiving Routine 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 git@github.com:UnmannedAerialSystems/core.git
cd core

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

Core Operations Routine Executor; formerly task-executor

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages