Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 357 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 357 Bytes

Orchestrator

Rust meets Autonomous Drones!

Installation

Currently, only way of installation is cloning the repository.

git clone --recursive https://github.com/serpeworks/orchestrator.git

Running

cargo run --release

Configuration

Testing

To run unit tests, use the following command:

cargo test