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

Method setScaleY

rviz_imu_plugin/src/imu_orientation_visual.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void ImuOrientationVisual::setScaleY(float y)
135{
136 scale_y_ = y;
137 if (orientation_box_)
138 orientation_box_->setScale(Ogre::Vector3(scale_x_, scale_y_, scale_z_));
139}
140
141void ImuOrientationVisual::setScaleZ(float z)
142{

Callers 1

updateBoxMethod · 0.80

Calls 1

setScaleMethod · 0.45

Tested by

no test coverage detected