We are trying to get acceleration data from /hedge_imu_fusion topic (using ros_marvelmind_package), but all acceleration data and velocity data we got were 0.
We could only get quarternion data and timestamp.
The result of
Code: Select all
rostopic echo /hedge_imu_fusion
Code: Select all
timestamp_ms: 7952609
x_m: 0.0
y_m: 0.0
z_m: 0.0
qw: 0.526
qx: -0.0637
qy: 0.1364
qz: -0.837
vx: 0.0
vy: 0.0
vz: 0.0
ax: 0.0
ay: 0.0
az: 0.0
but the results were the same.
I would appreciate it if you could tell me what to do or check nextly.