We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e857801 + 8b0f326 commit c6118a2Copy full SHA for c6118a2
2 files changed
rviz_imu_plugin/src/imu_acc_visual.cpp
@@ -35,6 +35,7 @@ namespace rviz {
35
ImuAccVisual::ImuAccVisual(Ogre::SceneManager* scene_manager,
36
Ogre::SceneNode* parent_node)
37
: acc_vector_(NULL),
38
+ direction_(0, 0, 1),
39
arrow_length_(9.81),
40
arrow_radius_(0.50),
41
head_length_(1.00),
rviz_imu_plugin/src/imu_acc_visual.h
@@ -31,7 +31,7 @@
31
#define RVIZ_IMU_PLUGIN_IMU_ACC_VISUAL_H
32
33
#include <sensor_msgs/Imu.h>
34
-#include <OGRE/OgreVector3.h>
+#include <OGRE/Ogre.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreSceneManager.h>
#include <rviz/ogre_helpers/arrow.h>
0 commit comments