3d occupancy grid map $Date$ More...

Go to the source code of this file.
Defines | |
| #define | KDEBUG 0 |
Typedefs | |
| typedef coil::Guard< coil::Mutex > | Guard |
Functions | |
| void | OccupancyGridMap3DInit (RTC::Manager *manager) |
Variables | |
| static const char * | occupancygridmap3d_spec [] |
| #define KDEBUG 0 |
Definition at line 14 of file OccupancyGridMap3D.cpp.
| typedef coil::Guard<coil::Mutex> Guard |
Definition at line 24 of file OccupancyGridMap3D.cpp.
| void OccupancyGridMap3DInit | ( | RTC::Manager * | manager | ) |
Definition at line 633 of file OccupancyGridMap3D.cpp.
const char* occupancygridmap3d_spec[] [static] |
{
"implementation_id", "OccupancyGridMap3D",
"type_name", "OccupancyGridMap3D",
"description", "null component",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.occupiedThd", "0.5",
"conf.default.resolution", "0.1",
"conf.default.initialMap", "",
"conf.default.knownMap", "",
"conf.default.debugLevel", "0",
""
}
Definition at line 30 of file OccupancyGridMap3D.cpp.