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

Method setAlpha

rviz_imu_plugin/src/imu_acc_visual.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void ImuAccVisual::setAlpha(float alpha)
169{
170 alpha_ = alpha;
171 if (acc_vector_)
172 acc_vector_->setColor(color_.redF(), color_.greenF(), color_.blueF(),
173 alpha_);
174}
175
176void ImuAccVisual::setDerotated(bool derotated)
177{

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected