-
Notifications
You must be signed in to change notification settings - Fork 151
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
禾赛激光雷达16线雷达与阿路比LPMS-IG1 RS485IMU标定问题 #118
Comments
可能是LI_init.cpp里面Butter_filt函数的extend_num过大,导致后面数字越界了,我改成 |
链接:https://pan.baidu.com/s/1IoXy3EChTsf0tEp4fEE8yQ
提取码:a123
你好,这是我的数据包和相关雷达和imu产品说明书
…------------------ 原始邮件 ------------------
发件人: "Fangcheng ***@***.***>;
发送时间: 2025年1月2日(星期四) 下午2:42
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [hku-mars/LiDAR_IMU_Init] 禾赛激光雷达16线雷达与阿路比LPMS-IG1 RS485IMU标定问题 (Issue #118)
请问16线的与32线相比要改什么参数啊,imu不一样要改哪些地方。上面只改了imu的话题运行出来得出的问题。
理论上只需要把线数 scan_line 改掉就好。可以把参数表和rosbag上传网盘分享一下吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
改了还是错
…------------------ 原始邮件 ------------------
发件人: "Rui ***@***.***>;
发送时间: 2025年1月2日(星期四) 下午2:54
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [hku-mars/LiDAR_IMU_Init] 禾赛激光雷达16线雷达与阿路比LPMS-IG1 RS485IMU标定问题 (Issue #118)
可能是LI_init.cpp里面Butter_filt函数的extend_num过大,导致后面数字越界了,我改成butter.extend_num = std::min(static_cast<int>(signal_in.size() / 2), 10 * (butter.Coeff_size - 1));就好了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
改过后的,第一张图片里的Acceleration norm:0
…------------------ 原始邮件 ------------------
发件人: "Rui ***@***.***>;
发送时间: 2025年1月2日(星期四) 下午2:50
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [hku-mars/LiDAR_IMU_Init] 禾赛激光雷达16线雷达与阿路比LPMS-IG1 RS485IMU标定问题 (Issue #118)
image.png (view on web)
可能是滤波器的extend_num过大,导致越界
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问16线的与32线相比要改什么参数啊,imu不一样要改哪些地方。上面只改了imu的话题运行出来得出的问题。
The text was updated successfully, but these errors were encountered: