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

Method setAlpha

rviz_imu_plugin/src/imu_orientation_visual.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void ImuOrientationVisual::setAlpha(float alpha)
157{
158 alpha_ = alpha;
159 if (orientation_box_)
160 orientation_box_->setColor(color_.redF(), color_.greenF(),
161 color_.blueF(), alpha_);
162}
163
164void ImuOrientationVisual::setFramePosition(const Ogre::Vector3& position)
165{

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected