| 314 | } |
| 315 | |
| 316 | void GridMapVisual::setFramePosition(const Ogre::Vector3& position) { |
| 317 | frameNode_->setPosition(position); |
| 318 | } |
| 319 | |
| 320 | void GridMapVisual::setFrameOrientation(const Ogre::Quaternion& orientation) { |
| 321 | frameNode_->setOrientation(orientation); |
no test coverage detected