Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CCNYRoboticsLab/imu_tools
/ onEnable
Method
onEnable
rviz_imu_plugin/src/mag_display.cpp:44–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void MagDisplay::onEnable()
45
{
46
MessageFilterDisplay<sensor_msgs::msg::MagneticField>::onEnable();
47
48
mag_visual_->show();
49
50
scene_node_->setVisible(true);
51
}
52
53
void MagDisplay::onDisable()
54
{
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected