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

Method onDisable

rviz_imu_plugin/src/imu_display.cpp:70–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ImuDisplay::onDisable()
71{
72 MessageFilterDisplay<sensor_msgs::msg::Imu>::onDisable();
73
74 box_visual_->hide();
75 axes_visual_->hide();
76 acc_visual_->hide();
77
78 scene_node_->setVisible(false);
79}
80
81void ImuDisplay::onInitialize()
82{

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected