MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / onInitialize

Method onInitialize

grid_map_rviz_plugin/src/GridMapDisplay.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void GridMapDisplay::onInitialize()
118{
119 MFDClass::onInitialize(); // "MFDClass" = typedef of "MessageFilterDisplay<message type>"
120 updateHistoryLength();
121}
122
123void GridMapDisplay::reset()
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected