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