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

Method setScaleX

rviz_imu_plugin/src/imu_orientation_visual.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void ImuOrientationVisual::setScaleX(float x)
128{
129 scale_x_ = x;
130 if (orientation_box_)
131 orientation_box_->setScale(Ogre::Vector3(scale_x_, scale_y_, scale_z_));
132}
133
134void ImuOrientationVisual::setScaleY(float y)
135{

Callers 1

updateBoxMethod · 0.80

Calls 1

setScaleMethod · 0.45

Tested by

no test coverage detected