Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ac-freeman/uav-stereo-vision

A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
https://github.com/ac-freeman/uav-stereo-vision

computer-vision drone image-processing opencv opencv-python opencv2 parrot-ar-drone pi raspberry-pi research research-paper research-project reu stereo stereo-algorithms stereo-calibration stereo-matching stereo-vision uav vision

Last synced: 19 days ago
JSON representation

A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping

Awesome Lists containing this project

README

        

# UAV-Stereo-Vision

By: Andrew Freeman and Daniel Suen

This software was created for research into autonomous UAVs, to test real-time obstacle avoidance using disparity mapping onboard a Parrot AR.Drone 2.0.

## Resources

[Technical report](https://www.dropbox.com/s/1whomo1a4w6zom5/uav-collision-avoidance-v9.pdf?dl=0)

[Video demonstration](https://www.youtube.com/watch?v=eTOpzNkPVcI&feature=youtu.be")

[Andrew Freeman's Website](https://acfworks.wordpress.com/2017/06/29/uav-reu/)

[Daniel Suen's Website](https://danielsuenwork.wordpress.com/auburn-reu-on-smart-uavs/)

## Open-source libraries

[OpenCV, licensed under BSD](https://github.com/opencv/opencv)

[StereoVision, licensed under GNU General Public License v3.0](https://github.com/erget/StereoVision)

[PS-Drone, licensed under Artistic License 2.0](https://github.com/reixd/ps-drone)