#include <ros/ros.h>
#include "octomap/octomap.h"
#include "pcl_to_octree/octree/OcTreeNodePCL.h"
#include "pcl_to_octree/octree/OcTreePCL.h"
#include "pcl_to_octree/octree/OcTreeServerPCL.h"
#include <pcl/point_types.h>
#include <pcl/io/pcd_io.h>
#include <visualization_msgs/MarkerArray.h>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | OctreeClient |
Functions | |
int | main (int argc, char **argv) |
Definition at line 169 of file octree_client.cpp.