octomap 1.5.0
include/octomap/octomap_types.h File Reference
Include dependency graph for octomap_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  octomap
 

Namespace the Octomap library and visualization tools.


Defines

#define OCTOMAP_DEBUG(...)   fprintf(stderr, __VA_ARGS__), fflush(stderr)
#define OCTOMAP_DEBUG_STR(args)   std::cerr << args << std::endl
#define OCTOMAP_ERROR(...)   fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr)
#define OCTOMAP_ERROR_STR(args)   std::cerr << "ERROR: " << args << std::endl
#define OCTOMAP_WARNING(...)   fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr)
#define OCTOMAP_WARNING_STR(args)   std::cerr << "WARNING: " << args << std::endl

Typedefs

typedef std::pair< point3d,
double > 
octomap::OcTreeVolume
 A voxel defined by its center point3d and its side length.
typedef octomath::Vector3 octomap::point3d
 use our Vector3 as point3d in octomap
typedef std::vector
< octomath::Vector3
octomap::point3d_collection
typedef std::list
< octomath::Vector3
octomap::point3d_list
typedef octomath::Pose6D octomap::pose6d
 use our Pose6D as pose6d in octomap

Define Documentation

#define OCTOMAP_WARNING (   ...)    fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr)