#include <ros/ros.h>
#include <octomap_server/OctomapServer.h>
#include <visualization_msgs/MarkerArray.h>
#include <std_msgs/ColorRGBA.h>
#include <mapping_msgs/CollisionObject.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl/point_types.h>
#include <pcl/ros/conversions.h>
#include <pcl_ros/transforms.h>
#include <tf/transform_listener.h>
#include <tf/message_filter.h>
#include <message_filters/subscriber.h>
#include <octomap_ros/OctomapBinary.h>
#include <octomap_ros/GetOctomap.h>
#include <octomap_ros/OctomapROS.h>
Go to the source code of this file.
Defines | |
#define | USAGE |
Functions | |
int | main (int argc, char **argv) |
#define USAGE |
"\nUSAGE: octomap_server <map.bt>\n" \ " map.bt: octomap 3D map file to read\n"
octomap_server: A Tool to serve 3D OctoMaps in ROS (binary and as visualization) (inspired by the ROS map_saver)
Definition at line 42 of file octomap_server_node.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 47 of file octomap_server_node.cpp.