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

Method MagDisplay

rviz_imu_plugin/src/mag_display.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace rviz_imu_plugin {
37
38MagDisplay::MagDisplay()
39 : twod_visual_(true), scene_node_(nullptr), messages_received_(0)
40{
41 createProperties();
42}
43
44void MagDisplay::onEnable()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected