MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / setFramePosition

Method setFramePosition

grid_map_rviz_plugin/src/GridMapVisual.cpp:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

processMessageMethod · 0.80

Calls 1

setPositionMethod · 0.80

Tested by

no test coverage detected