
Public Member Functions | |
| ObstaclesDetectionOld () | |
| virtual | ~ObstaclesDetectionOld () |
Public Member Functions inherited from nodelet::Nodelet | |
| void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
| Nodelet () | |
| virtual | ~Nodelet () |
Private Member Functions | |
| void | callback (const sensor_msgs::PointCloud2ConstPtr &cloudMsg) |
| virtual void | onInit () |
Private Attributes | |
| ros::Subscriber | cloudSub_ |
| double | clusterRadius_ |
| std::string | frameId_ |
| double | groundNormalAngle_ |
| ros::Publisher | groundPub_ |
| double | maxGroundHeight_ |
| double | maxObstaclesHeight_ |
| int | minClusterSize_ |
| int | normalKSearch_ |
| ros::Publisher | obstaclesPub_ |
| bool | optimizeForCloseObjects_ |
| ros::Publisher | projObstaclesPub_ |
| double | projVoxelSize_ |
| bool | segmentFlatObstacles_ |
| tf::TransformListener | tfListener_ |
| bool | waitForTransform_ |
Additional Inherited Members | |
Protected Member Functions inherited from nodelet::Nodelet | |
| ros::CallbackQueueInterface & | getMTCallbackQueue () const |
| ros::NodeHandle & | getMTNodeHandle () const |
| ros::NodeHandle & | getMTPrivateNodeHandle () const |
| const V_string & | getMyArgv () const |
| const std::string & | getName () const |
| ros::NodeHandle & | getNodeHandle () const |
| ros::NodeHandle & | getPrivateNodeHandle () const |
| const M_string & | getRemappingArgs () const |
| ros::CallbackQueueInterface & | getSTCallbackQueue () const |
| std::string | getSuffixedName (const std::string &suffix) const |
Definition at line 50 of file obstacles_detection_old.cpp.
|
inline |
Definition at line 53 of file obstacles_detection_old.cpp.
|
inlinevirtual |
Definition at line 67 of file obstacles_detection_old.cpp.
|
inlineprivate |
Definition at line 110 of file obstacles_detection_old.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 71 of file obstacles_detection_old.cpp.
|
private |
Definition at line 351 of file obstacles_detection_old.cpp.
|
private |
Definition at line 336 of file obstacles_detection_old.cpp.
|
private |
Definition at line 333 of file obstacles_detection_old.cpp.
|
private |
Definition at line 335 of file obstacles_detection_old.cpp.
|
private |
Definition at line 347 of file obstacles_detection_old.cpp.
|
private |
Definition at line 339 of file obstacles_detection_old.cpp.
|
private |
Definition at line 338 of file obstacles_detection_old.cpp.
|
private |
Definition at line 337 of file obstacles_detection_old.cpp.
|
private |
Definition at line 334 of file obstacles_detection_old.cpp.
|
private |
Definition at line 348 of file obstacles_detection_old.cpp.
|
private |
Definition at line 342 of file obstacles_detection_old.cpp.
|
private |
Definition at line 349 of file obstacles_detection_old.cpp.
|
private |
Definition at line 343 of file obstacles_detection_old.cpp.
|
private |
Definition at line 340 of file obstacles_detection_old.cpp.
|
private |
Definition at line 345 of file obstacles_detection_old.cpp.
|
private |
Definition at line 341 of file obstacles_detection_old.cpp.