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

Method show

rviz_imu_plugin/src/imu_axes_visual.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void ImuAxesVisual::show()
68{
69 if (!orientation_axes_)
70 {
71 orientation_axes_ =
72 new rviz_rendering::Axes(scene_manager_, frame_node_);
73 orientation_axes_->setScale(Ogre::Vector3(scale_, scale_, scale_));
74 orientation_axes_->setOrientation(orientation_);
75 }
76}
77
78void ImuAxesVisual::hide()
79{

Callers

nothing calls this directly

Calls 2

setScaleMethod · 0.45
setOrientationMethod · 0.45

Tested by

no test coverage detected