| 185 | } |
| 186 | |
| 187 | void ImuAccVisual::setFrameOrientation(const Ogre::Quaternion& orientation) |
| 188 | { |
| 189 | frame_node_->setOrientation(orientation); |
| 190 | } |
| 191 | |
| 192 | bool ImuAccVisual::checkQuaternionValidity( |
| 193 | const sensor_msgs::msg::Imu::ConstSharedPtr msg) |
nothing calls this directly
no test coverage detected