| 162 | } |
| 163 | |
| 164 | void ImuOrientationVisual::setFramePosition(const Ogre::Vector3& position) |
| 165 | { |
| 166 | frame_node_->setPosition(position); |
| 167 | } |
| 168 | |
| 169 | void ImuOrientationVisual::setFrameOrientation( |
| 170 | const Ogre::Quaternion& orientation) |
nothing calls this directly
no outgoing calls
no test coverage detected