#include <octree_stamped_native_ros.h>

Public Types | |
| typedef cOctreeBasePaRos < OcTreeStamped > | TreeTypeBase |
Public Member Functions | |
| cOctreeStampedNativeRos (const double resolution) | |
| default constructor | |
| void | degradeOutdatedNodes (void) |
| degrading outdated nodes | |
| virtual | ~cOctreeStampedNativeRos () |
| default destructor | |
Public Attributes | |
| cOctreeStampedPaRosParameter | rosparams_ |
| parameters | |
Protected Member Functions | |
| void | checkDegrading (void) |
| helper function for automatic degrading | |
Protected Attributes | |
| ros::Time | last_degrading_time_ |
Definition at line 61 of file octree_stamped_native_ros.h.
Reimplemented from cOctreeBasePaRos< octomap::OcTreeStamped >.
Definition at line 64 of file octree_stamped_native_ros.h.
| cOctreeStampedNativeRos::cOctreeStampedNativeRos | ( | const double | resolution | ) |
default constructor
Definition at line 55 of file octree_stamped_native_ros.cpp.
| cOctreeStampedNativeRos::~cOctreeStampedNativeRos | ( | ) | [virtual] |
default destructor
Definition at line 61 of file octree_stamped_native_ros.cpp.
| void cOctreeStampedNativeRos::checkDegrading | ( | void | ) | [protected] |
helper function for automatic degrading
Definition at line 72 of file octree_stamped_native_ros.cpp.
| void cOctreeStampedNativeRos::degradeOutdatedNodes | ( | void | ) |
degrading outdated nodes
Definition at line 65 of file octree_stamped_native_ros.cpp.
Definition at line 79 of file octree_stamped_native_ros.h.
parameters
Definition at line 76 of file octree_stamped_native_ros.h.