#include <ros/ros.h>
#include <octomap_msgs/conversions.h>
#include <octomap/octomap.h>
#include <fstream>
#include <octomap_msgs/GetOctomap.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ USAGE
Value: "\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 38 of file octomap_saver.cpp.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |