rapid
A ROS robotics library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
pr2.h
Go to the documentation of this file.
1 #ifndef _RAPID_PERCEPTION_PR2_H_
2 #define _RAPID_PERCEPTION_PR2_H_
3 
4 #include "pcl/point_cloud.h"
5 #include "pcl/point_types.h"
6 #include "tf/transform_listener.h"
7 #include "visualization_msgs/Marker.h"
8 
10 
11 namespace rapid {
12 namespace perception {
13 namespace pr2 {
14 // Gets the parsed scene from the point cloud of the area in front of the
15 // robot.
16 bool GetManipulationScene(const tf::TransformListener& tf_listener,
18 } // namespace pr2
19 } // namespace perception
20 } // namespace rapid
21 #endif // _RAPID_PERCEPTION_PR2_H_
bool GetManipulationScene(const tf::TransformListener &tf_listener, rapid::perception::Scene *scene)