![]() |
RAPP Platform
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
Map generation node. More...
Public Member Functions | |
| MapGenerator (const std::string &mapname) | |
| void | mapCallback (const nav_msgs::OccupancyGridConstPtr &map) |
Public Attributes | |
| ros::Subscriber | map_sub_ |
| std::string | mapname_ |
| bool | saved_map_ |
Map generation node.
Definition at line 43 of file map_saver.cpp.
|
inline |
Definition at line 47 of file map_saver.cpp.
|
inline |
Definition at line 54 of file map_saver.cpp.
| ros::Subscriber MapGenerator::map_sub_ |
Definition at line 119 of file map_saver.cpp.
| std::string MapGenerator::mapname_ |
Definition at line 118 of file map_saver.cpp.
| bool MapGenerator::saved_map_ |
Definition at line 120 of file map_saver.cpp.