Skip to content
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

Open
HYF1011 opened this issue Dec 25, 2024 · 5 comments
Open

Comments

@HYF1011
Copy link

HYF1011 commented Dec 25, 2024

微信图片_20241225113620
请问16线的与32线相比要改什么参数啊,imu不一样要改哪些地方。上面只改了imu的话题运行出来得出的问题。

@zfc-zfc
Copy link
Collaborator

zfc-zfc commented Jan 2, 2025

微信图片_20241225113620 请问16线的与32线相比要改什么参数啊,imu不一样要改哪些地方。上面只改了imu的话题运行出来得出的问题。

理论上只需要把线数 scan_line 改掉就好。可以把参数表和rosbag上传网盘分享一下吗?

@Ratarang
Copy link

Ratarang commented Jan 2, 2025

可能是LI_init.cpp里面Butter_filt函数的extend_num过大,导致后面数字越界了,我改成butter.extend_num = std::min(static_cast<int>(signal_in.size() / 2), 10 * (butter.Coeff_size - 1));就好了

@HYF1011
Copy link
Author

HYF1011 commented Jan 3, 2025 via email

@HYF1011
Copy link
Author

HYF1011 commented Jan 3, 2025 via email

@HYF1011
Copy link
Author

HYF1011 commented Jan 3, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants