Main node source code for the mtt algorithm, handlers and loop. More...
#include <mtt/mtt.h>
Go to the source code of this file.
Functions | |
void | CreateMarkers (vector< visualization_msgs::Marker > &marker_vector, mtt::TargetListPC &target_msg, vector< t_listPtr > &list) |
int | main (int argc, char **argv) |
void | PointCloud2ToData (sensor_msgs::PointCloud2 &cloud, t_data &data) |
void | PointsHandler (const sensor_msgs::PointCloud2 &msg) |
Variables | |
bool | new_data = false |
sensor_msgs::PointCloud2 | pointData |
Main node source code for the mtt algorithm, handlers and loop.
Definition in file mtt.cpp.
void CreateMarkers | ( | vector< visualization_msgs::Marker > & | marker_vector, | |
mtt::TargetListPC & | target_msg, | |||
vector< t_listPtr > & | list | |||
) |
void PointCloud2ToData | ( | sensor_msgs::PointCloud2 & | cloud, | |
t_data & | data | |||
) |