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

Method ~ImuAccVisual

rviz_imu_plugin/src/imu_acc_visual.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68ImuAccVisual::~ImuAccVisual()
69{
70 hide();
71
72 // Destroy the frame node since we don't need it anymore.
73 scene_manager_->destroySceneNode(frame_node_);
74}
75
76void ImuAccVisual::show()
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected