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

Method updateHeightMode

grid_map_rviz_plugin/src/GridMapDisplay.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void GridMapDisplay::updateHeightMode()
135{
136 updateVisualization();
137 heightTransformerProperty_->setHidden(heightModeProperty_->getOptionInt() == 1);
138}
139
140void GridMapDisplay::updateColorMode()
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected