ROS class for detecting obstacles in a point cloud. More...
#include <velodyne_height_map/heightmap.h>
Go to the source code of this file.
Namespaces | |
namespace | velodyne_height_map |
Defines | |
#define | MAX(x, y) ((x) > (y) ? (x) : (y)) |
#define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
ROS class for detecting obstacles in a point cloud.
This class produces a point cloud containing all points that lie on an obstacle and are taller than the height_threshold
parameter.
Subscribes:
Publishes:
Definition in file heightmap.cpp.