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

Method hide

rviz_imu_plugin/src/imu_acc_visual.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ImuAccVisual::hide()
90{
91 if (acc_vector_)
92 {
93 delete acc_vector_;
94 acc_vector_ = NULL;
95 }
96}
97
98void ImuAccVisual::setMessage(const sensor_msgs::msg::Imu::ConstSharedPtr msg)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected