/home/laradmin/lar/perception/navigability_map/src/main.cpp File Reference
Nodelet that use Navigability_Map class to generate a Accessibility Map. This nodelet subscribes sensor_msgs::PointCloud2 and filters the PointCloud, then it generates a Grid with each node containing data from the PointCloud.
More...
#include <navigability_map/navigability_map.h>
#include "representation_rviz.h"
Go to the source code of this file.
Detailed Description
Nodelet that use Navigability_Map class to generate a Accessibility Map. This nodelet subscribes sensor_msgs::PointCloud2 and filters the PointCloud, then it generates a Grid with each node containing data from the PointCloud.
- Author:
- Diogo Matos
- Date:
- June 2013
Definition in file main.cpp.
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
pcl::PointCloud<pcl::PointXYZ>::Ptr pc_filter |
( |
new pcl::PointCloud< pcl::PointXYZ > |
|
) |
|
void pointcloud_cb |
( |
sensor_msgs::PointCloud2 |
pcmsg_in |
) |
|
Callback from the Pointcloud subscribed topic This calback filter the pointcloud uses de Navigability_Map class to generate a navigability_map.
- Parameters:
-
[in] | pcmsg_in | PointCloud subscribed |
Definition at line 60 of file main.cpp.
Variable Documentation