Skip to content

Latest commit

 

History

History
52 lines (49 loc) · 2.07 KB

README.md

File metadata and controls

52 lines (49 loc) · 2.07 KB

helipad_det

The aim of this ROS package is to provide detection and pose estimation of an H-shaped helipad for the purpose of landing a UAV. The approach is based on this paper. It provides robust and accurate detection of the helipad from different angles and orientations.

Dependencies

This package has the following dependencies:

Installation

Create a catkin workspace(ignore this if you have already done this)

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws
catkin config -DCMAKE_BUILD_TYPE=Release
catkin init

Clone the repository into the source folder.

cd ~/catkin_ws/src
git clone https://github.com/AerialRobotics-IITK/helipad_det.git

Build using either (preferably) catkin build helipad_det or catkin_make after ensuring all dependencies are met.

Nodes

-hdetect : Detects the 'H' marker and calculates its location in ground truth

Topics

Topics can be remapped to suit your use case using the remap tags in the hdetect.launch file.

hdetect node

  • Subscribed
    • /camera/color/image_raw
    • /Odometry
  • Published
    • /helipad_position
    • /preprocessed_image
    • /detected_helipad