#include <ros/ros.h>#include <octomap_server/OctomapServerCombined.h>#include <visualization_msgs/MarkerArray.h>#include <nav_msgs/OccupancyGrid.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 <pcl/sample_consensus/method_types.h>#include <pcl/sample_consensus/model_types.h>#include <pcl/segmentation/sac_segmentation.h>#include <pcl/io/pcd_io.h>#include <pcl/filters/extract_indices.h>#include <pcl/filters/passthrough.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>#include <octomap/OcTreeKey.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_combined.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 47 of file octomap_server_combined.cpp.