#include <ros/ros.h>
#include <octomap_ros/conversions.h>
#include <octomap/octomap.h>
#include <fstream>
#include <octomap_ros/GetOctomap.h>
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 [-f] <mapfile.[bt|ot]>\n" \ " -f: Query for the full occupancy octree, instead of just the compact binary one\n" \ " mapfile.bt: filename of map to be saved (.bt: binary tree, .ot: general octree)\n"
Definition at line 51 of file octomap_saver.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 116 of file octomap_saver.cpp.