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

Method onDisable

rviz_imu_plugin/src/mag_display.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void MagDisplay::onDisable()
54{
55 MessageFilterDisplay<sensor_msgs::msg::MagneticField>::onDisable();
56
57 mag_visual_->hide();
58
59 scene_node_->setVisible(false);
60}
61
62void MagDisplay::onInitialize()
63{

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected