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

Method updateUseRainbow

grid_map_rviz_plugin/src/GridMapDisplay.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void GridMapDisplay::updateUseRainbow()
161{
162 updateVisualization();
163 bool useRainbow = useRainbowProperty_->getBool();
164 minColorProperty_->setHidden(useRainbow);
165 maxColorProperty_->setHidden(useRainbow);
166 invertRainbowProperty_->setHidden(!useRainbow);
167}
168
169void GridMapDisplay::updateAutocomputeIntensityBounds()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected