| 36 | namespace rviz_imu_plugin { |
| 37 | |
| 38 | MagDisplay::MagDisplay() |
| 39 | : twod_visual_(true), scene_node_(nullptr), messages_received_(0) |
| 40 | { |
| 41 | createProperties(); |
| 42 | } |
| 43 | |
| 44 | void MagDisplay::onEnable() |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected