$search

heightmap.cpp File Reference

ROS class for detecting obstacles in a point cloud. More...

#include <velodyne_height_map/heightmap.h>
Include dependency graph for heightmap.cpp:

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))

Detailed Description

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:

Author:
David Claridge, Michael Quinlan

Definition in file heightmap.cpp.


Define Documentation

#define MAX ( x,
 )     ((x) > (y) ? (x) : (y))

Definition at line 38 of file heightmap.cpp.

#define MIN ( x,
 )     ((x) < (y) ? (x) : (y))

Definition at line 37 of file heightmap.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


velodyne_height_map
Author(s): David Claridge, Michael Quinlan
autogenerated on Sun Mar 3 12:30:25 2013