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
 All Classes Namespaces Files Functions Variables Macros
map_saver.cpp File Reference
#include <cstdio>
#include "ros/ros.h"
#include "ros/console.h"
#include "nav_msgs/GetMap.h"
#include "tf/LinearMath/Matrix3x3.h"
#include "geometry_msgs/Quaternion.h"
Include dependency graph for map_saver.cpp:

Go to the source code of this file.

Classes

class  MapGenerator
 Map generation node. More...
 

Macros

#define USAGE
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define USAGE
Value:
"Usage: \n" \
" map_saver -h\n"\
" map_saver [-f <mapname>] [ROS remapping args]"

Definition at line 124 of file map_saver.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 128 of file map_saver.cpp.