Size: 1590
Comment:
|
Size: 2248
Comment: Added overview, installation, and example usage sections
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
== Overview == This package provides 6-DoF head pose estimation from depth data. {{attachment:head_pose.png}} == Installation == 1. Install all required dependencies: `sudo apt-get install ros-groovy-people ros-groovy-image-transport ros-groovy-openni-launch` 1. Build the [[head_tracking]] stack using [[rosbuild]] |
|
Line 76: | Line 83: |
== Example Usage == To run the head pose estimator with a Kinect sensor, first start up the openni driver from [[openni_launch]]. estimator.launch runs the estimator with default parameters. Assuming the Kinect camera namespace is `camera`, estimator.launch can be run with `roslaunch head_pose_estimation estimator.launch`. |
Only released in EOL distros:
Package Summary
ROS wrapper around Fanelli et al.'s Real Time Head Pose Estimation from Consumer Depth Cameras. 33rd Annual Symposium of the German Association for Pattern Recognition (DAGM'11), 2011.
- Author: Daniel Lazewatsky
- License: Microsoft Shared Source
- Source: git https://github.com/OSUrobotics/ros-head-tracking.git (branch: groovy-devel)
Package Summary
ROS wrapper around Fanelli et al.'s Real Time Head Pose Estimation from Consumer Depth Cameras. 33rd Annual Symposium of the German Association for Pattern Recognition (DAGM'11), 2011.
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Dan Lazewatsky
- License: Microsoft Shared Source
- Source: git https://github.com/OSUrobotics/ros-head-tracking.git (branch: hydro-devel)
Package Summary
ROS wrapper around Fanelli et al.'s Real Time Head Pose Estimation from Consumer Depth Cameras. 33rd Annual Symposium of the German Association for Pattern Recognition (DAGM'11), 2011.
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Dan Lazewatsky
- License: Microsoft Shared Source
- Source: git https://github.com/OSUrobotics/ros-head-tracking.git (branch: hydro-devel)
Package Summary
ROS wrapper around Fanelli et al.'s Real Time Head Pose Estimation from Consumer Depth Cameras. 33rd Annual Symposium of the German Association for Pattern Recognition (DAGM'11), 2011.
- Maintainer status: maintained
- Maintainer: Dan Lazewatsky <dan AT lazewatsky DOT com>
- Author: Dan Lazewatsky
- License: Microsoft Shared Source
- Source: git https://github.com/OSUrobotics/ros-head-tracking.git (branch: hydro-devel)
Contents
Overview
This package provides 6-DoF head pose estimation from depth data.
Installation
Install all required dependencies: sudo apt-get install ros-groovy-people ros-groovy-image-transport ros-groovy-openni-launch
Build the head_tracking stack using rosbuild
Nodes
head_pose_estimation
Node for performing head pose estimationSubscribed Topics
cloud (sensor_msgs/PointCloud2)- The input point cloud
- Face detections
Published Topics
head_pose (geometry_msgs/PoseStamped)- The head pose output
Parameters
tree_path (string)- Defaults to string("trees/tree")
- Defaults to 10
- Defaults to 800.0
- Defaults to 1.0
- Defaults to 6.0
- Defaults to 5
- Defaults to 400
- Defaults to string("/camera_depth_frame")
- Defaults to 0.0
- Defaults to 0.0
- Defaults to 0.0
Example Usage
To run the head pose estimator with a Kinect sensor, first start up the openni driver from openni_launch.
estimator.launch runs the estimator with default parameters. Assuming the Kinect camera namespace is camera, estimator.launch can be run with roslaunch head_pose_estimation estimator.launch.