#include <ros/ros.h>
#include <octomap_ros/GetOctomap.h>
#include <octomap_ros/conversions.h>
#include <octomap/octomap.h>
#include <fstream>
Go to the source code of this file.
Classes | |
class | MapSaver |
Map generation node. More... | |
Defines | |
#define | USAGE |
Functions | |
int | main (int argc, char **argv) |
#define USAGE |
"\nUSAGE: octomap_saver <map.bt>\n" \ " map.bt: filename of map to be saved\n"
octomap_saver: Simple example which requests binary octomaps and stores them to a file.
Definition at line 44 of file octomap_saver.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 86 of file octomap_saver.cpp.