Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obi1kenobi/pyrrot

Python command toolchain for Parrot AR.Drone 2.0, developed for use in 16.S685 Crash Course in Autonomy
https://github.com/obi1kenobi/pyrrot

Last synced: 5 days ago
JSON representation

Python command toolchain for Parrot AR.Drone 2.0, developed for use in 16.S685 Crash Course in Autonomy

Awesome Lists containing this project

README

        

# Pyrrot

This is a set of tools developed for use with an Parrot AR.Drone 2.0, as part of 16.S685 Crash Course in Autonomy.

## Requirements

This project uses the Shapely geometric library.

## Scripts

To convert CSV feature and obstacle lists into YAML environments suitable for simulations:
```bash
python csv_to_yaml.py
```