Closed 7DoF closed 1 year ago
我也有相同的疑问,代码中在使用
四个参数时,它们的单位分别是什么?此外,这四个参数如果与实际有较大偏差,会影响里程计的精度吗?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
我也有相同的疑问,代码中在使用
acc_cov: 0.1
gyr_cov: 0.1
b_acc_cov: 0.0001
b_gyr_cov: 0.0001
四个参数时,它们的单位分别是什么?此外,这四个参数如果与实际有较大偏差,会影响里程计的精度吗?
同样的问题 请问您解决了吗
I have same problem
Hi, Thanks for sharing your work.
As i was going through the code I faced difficulty in understanding what these IMU params [in the yaml files under the config folder] mean:
my hardware setup includes a Ouster 128 lidar with QC RB5 dev-board. I'm using the internal IMU of the RB5 board.
I've used imu_utils for IMU intrinsic calculations. the different values [intrinsic] it gives are: for accel:
for gyro:
it also generates a .yaml file with averaged noise params for the commonly used terms:
In your IMU_processing.hpp code, I found the following relevent information:
From what I understand, the error term Scale factor and bias instability are being used here [in the above written code].
However, I am not sure I'm utilizing the error term [from imu_utils ] in the yaml config file. Correct me if I'm wrong please. @XW-HKU
Thanks,