-
Notifications
You must be signed in to change notification settings - Fork 268
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
How are the results for calibrating sensors mounted to cars #38
Comments
|
@dezhi-l Well, thank you so much! |
Hi, I am wondering what is the configuration setup for getting the lidar-imu calibration accuracy you mentioned for autonomous vehicles. Are you using the default parameters? |
Most of the parameters just use the default parameters. I have pasted my parameters below, and it should be noted:
launch file
|
Thanks a lot for your quick response! I really appreciate it. I got |
sorry, I haven't encountered this issues before. but i think that the node died because the ram is full. |
Thanks @dezhi-l. Just one quick follow-up question, in your previous note, you mentioned that |
yes, you are right. the vehicle trajectory needs to be circular. @ry4nzhu |
你好,你的数据是lidar和纯imu的标定吗,loader.cpp代码中odom坐标系是通过imu积分得到的吗,如果是,积分得到的漂移会不会很大?期待你的回复 |
我用的是车载组合导航(rtk)和雷达之间的标定,没有用imu做积分。 如果是imu-lidar标定的话,绕8字imu积分误差估计会很大,标定精度无法保证 @huangwefeng121 |
大佬你好,我这边rtk输出的是基站坐标系下的车辆位姿(话题/gps/odom),位姿数据如图所示 |
大佬您好,可以提供一下您的数据包吗?想测试一下,万分感谢 |
|
我用自己的数据包(平面运动绕8字)进行标定时,xy方向平移误差2cm左右和xyz旋转1度左右,但是z轴平移误差差6m,请问是什么原因?怎么解决?您有遇到这个问题吗? |
Hello, have you successfully calibrated? I use it to calibrate lidar and RTK, and the data acquisition method revolves around 8 characters. The xy direction offset and xyz axis rotation error are still acceptable, but the z-axis offset is particularly large. Have you encountered this problem?您好,请问您标定成功了吗?我用它标定lidar和rtk,数据采集方式绕8字,xy方向偏移以及xyz轴旋转误差还可以,但是z轴偏移特别大,请问您遇到这个问题了吗? |
@pedestrain123 z轴没有约束,标出来的offset z 是不准确的 [ps: offset-z值在enu坐标系下是整体偏移,不会影响点云精度] |
@dezhi-l 大佬你好,请问您有用过商汤opencalib的自动标定方法进行车载的lidar2ins外参标定吗?我用自己数据集标定效果不佳,用他们开源数据集标定效果较好。可以加你QQ或者微信交流一下吗?QQ2985782675 微信:19516191665 |
The NOTE at the beginning said, "Accurate results require highly non-planar motions, this makes the technique poorly suited for calibrating sensors mounted to cars."
Anyone used this tool on calibrating sensors on cars?
How are the results?
The text was updated successfully, but these errors were encountered: