MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / ~GridMapVisual

Method ~GridMapVisual

grid_map_rviz_plugin/src/GridMapVisual.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35GridMapVisual::~GridMapVisual() {
36 // Destroy the ManualObject.
37 sceneManager_->destroyManualObject(manualObject_);
38 material_->unload();
39 Ogre::MaterialManager::getSingleton().remove(material_->getName());
40
41 // Destroy the frame node.
42 sceneManager_->destroySceneNode(frameNode_);
43}
44
45void GridMapVisual::setMessage(const grid_map_msgs::GridMap::ConstPtr& msg) {
46 // Convert grid map message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected