MCPcopy Create free account
hub / github.com/CCNYRoboticsLab/imu_tools / ~MagVisual

Method ~MagVisual

rviz_imu_plugin/src/mag_visual.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63MagVisual::~MagVisual()
64{
65 hide();
66
67 // Destroy the frame node since we don't need it anymore.
68 scene_manager_->destroySceneNode(frame_node_);
69}
70
71void MagVisual::show()
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected