MCPcopy Create free account
hub / github.com/CCNYRoboticsLab/imu_tools / updateAxes

Method updateAxes

rviz_imu_plugin/src/imu_display.cpp:144–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void ImuDisplay::updateAxes()
145{
146 axes_enabled_ = axes_enabled_property_->getBool();
147 if (isEnabled() && axes_enabled_)
148 axes_visual_->show();
149 else
150 axes_visual_->hide();
151
152 axes_visual_->setScale(axes_scale_property_->getFloat());
153}
154
155void ImuDisplay::updateAcc()
156{

Callers

nothing calls this directly

Calls 3

showMethod · 0.45
hideMethod · 0.45
setScaleMethod · 0.45

Tested by

no test coverage detected