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

Method hide

rviz_imu_plugin/src/imu_axes_visual.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void ImuAxesVisual::hide()
79{
80 if (orientation_axes_)
81 {
82 delete orientation_axes_;
83 orientation_axes_ = nullptr;
84 }
85}
86
87void ImuAxesVisual::setMessage(const sensor_msgs::msg::Imu::ConstSharedPtr msg)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected