Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.49 KB

ROS package for human detection and position estimation

Static Badge GitHub repo size GitHub top language

ROS package for the detection of persons using histograms of oriented gradients and Haar cascades and the estimation of their position by transforming the coordinates of their bounding box into xyz coordinates with respect to the base_link reference frame.

Set-up

Requirements

Installation

Clone the repository to the workspace source path.

user@hostname:~/workspace/src$ git clone https://github.com/JHermosillaD/pose_estimate_demo.git

Compile the package.

user@hostname:~/workspace$ catkin_make

Usage

Run the launcher.

user@hostname:~/workspace$ roslaunch pose_estimate_demo demo.launch

Visualization

The image containing the bounding box, the marker and coordinate frames can be displayed in Rviz, the coordinates through topic command line.