Marker-less UAV detection project.
The project contains two variants of MAV detection, which are located in the different git branches:
depth
: This is the depthmap-based MAV detection method, as described in the paper [1].cnn
: This is the convolutional neural network-based MAV detection method, as described in the paper [2].mbzirc
: This is the LiDAR-based detection of an MAV with a suspended ball for the MBZIRC2020 competition, as described in the paper [3].master
(this branch): Contains only this readme and no code.All the variants are meant to be compiled as a ROS package using the catkin build system (the tested ROS version is ROS Melodic).
Another common requirement is the mrs_lib
code library (contains utility functions eg. for parameter loading from rosparam
server etc. and is documented in https://ctu-mrs.github.io/mrs_lib/).
This project is part of the MRS UAV system (which is documented at ctu-mrs.github.io and in the paper [4]).
For more information about the different methods, checkout the respective git branch.
References: