MCPcopy Create free account
hub / github.com/CCNYRoboticsLab/imu_tools / hide

Method hide

rviz_imu_plugin/src/imu_orientation_visual.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ImuOrientationVisual::hide()
87{
88 if (orientation_box_)
89 {
90 delete orientation_box_;
91 orientation_box_ = nullptr;
92 }
93}
94
95void ImuOrientationVisual::setMessage(
96 const sensor_msgs::msg::Imu::ConstSharedPtr msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected