$search
#include <ros/ros.h>
#include <rosbag/bag.h>
#include <rosbag/view.h>
#include <sensor_msgs/PointCloud2.h>
#include <cob_3d_mapping_msgs/GetPointMap.h>
Go to the source code of this file.
Functions | |
bool | getMap (cob_3d_mapping_msgs::GetPointMap::Request &req, cob_3d_mapping_msgs::GetPointMap::Response &res) |
int | main (int argc, char **argv) |
Variables | |
std::string | file_path |
sensor_msgs::PointCloud2::ConstPtr | pc |
bool getMap | ( | cob_3d_mapping_msgs::GetPointMap::Request & | req, | |
cob_3d_mapping_msgs::GetPointMap::Response & | res | |||
) |
Definition at line 72 of file point_map_node.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 79 of file point_map_node.cpp.
std::string file_path |
Definition at line 68 of file point_map_node.cpp.
Definition at line 69 of file point_map_node.cpp.