-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
长距离建图,掉头位置建图失败 #388
Comments
@XW-HKU 补充一下,同一个掉头,我从掉头位置起步或距掉头位置不远起步(比如说500m),然后再进行掉头都没有问题,貌似超过1km后,掉头位置必然产生异常 |
@Huguet57 @ziv-lin @lawrence-cn 应该说掉头过程,会产生纵向(向前)和朝向的偏差(向内) |
This should be the habitual experience when trying long paths. This repository does not have loop closure so the drift error keeps propagating. Maybe you would be interested in Loop Closure repositories such as: https://github.com/yanliang-wang/FAST_LIO_LC |
试了,没起作用。猜测没起作用的原因是:回环检测无法消除匹配不好的情况 |
Where does the drift get worse? Maybe if it's in a very quick turn you might want to check your IMU is well-calibrated and/or the axis are well placed. Try only integrating the IMU to see if this makes sense. Try other GitHub repositories and see if it also happens with other algorithms (you can try LIMO). |
@XW-HKU 您好:我最新下载的代码,传感器mid-360,想跟你咨询个问题,:
建图算法开始一段非常棒,当车辆走了约2公里以后有个掉头,必产生漂移,您能看出问题来吗?如下图:
bag数据包如下:
https://cowtransfer.com/s/cc79b8d8a2a241 点击链接查看 [ wm_map.bag ] ,或访问奶牛快传 cowtransfer.com 输入传输口令 qdcg42 查看;
注:mid-360倒置安装标定矩阵如下:
extrinsic_R: [ 1, 0, 0,
0, -1, 0,
0, 0, -1]
另外:imu_cbk中要做如下更改:
The text was updated successfully, but these errors were encountered: