#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.
| Classes | |
| class | OctomapServerStatic | 
| Defines | |
| #define | USAGE | 
| Functions | |
| int | main (int argc, char **argv) | 
| #define USAGE | 
"\nUSAGE: octomap_server_static <mapfile.[bt|ot]>\n" \ " mapfile.bt: OctoMap filename to be loaded (.bt: binary tree, .ot: general octree)\n"
Definition at line 38 of file octomap_server_static.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 134 of file octomap_server_static.cpp.