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

Method ~ImuAxesVisual

rviz_imu_plugin/src/imu_axes_visual.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59ImuAxesVisual::~ImuAxesVisual()
60{
61 hide();
62
63 // Destroy the frame node since we don't need it anymore.
64 scene_manager_->destroySceneNode(frame_node_);
65}
66
67void ImuAxesVisual::show()
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected