Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void MagDisplay::onDisable()
54
{
55
MessageFilterDisplay<sensor_msgs::msg::MagneticField>::onDisable();
56
57
mag_visual_->hide();
58
59
scene_node_->setVisible(false);
60
}
61
62
void MagDisplay::onInitialize()
63
{
Callers
nothing calls this directly
Calls
1
hide
Method · 0.45
Tested by
no test coverage detected