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

Method ImuDisplay

rviz_imu_plugin/src/imu_display.cpp:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace rviz_imu_plugin {
36
37ImuDisplay::ImuDisplay()
38 : fixed_frame_orientation_(true),
39 box_enabled_(false),
40 axes_enabled_(true),
41 acc_enabled_(false),
42 scene_node_(nullptr),
43 messages_received_(0)
44{
45 createProperties();
46}
47
48void ImuDisplay::onEnable()
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected