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

关于实验部分的里程计帧率问题 #6

Open
fractal1z opened this issue May 13, 2024 · 1 comment
Open

关于实验部分的里程计帧率问题 #6

fractal1z opened this issue May 13, 2024 · 1 comment

Comments

@fractal1z
Copy link

Hello, after reading the experimental part of your article, I would like to ask a question about:
"The FAST-LIO2 [25] algorithm serves as the localization module, providing 100Hz high-quality state estimation and 50Hz point cloud. Finally, the angular velocity control of the quadrotor is achieved by Pixhawk autopilot."
How can this be done? I see that the odometer frame rate of FAST-LIO and POINT-LIO is the same as the radar frame rate. How can I increase the frame rate?

您好,在阅读了你们的文章实验部分后,我想请教一个问题,关于:
"The FAST-LIO2 [25] algorithm serves as the local ization module, providing 100Hz high-quality state estimation and 50Hz point cloud. Finally, the angular velocity control of the quadrotor is achieved by Pixhawk autopilot."
请问这是怎么做到的,我看FAST-LIO与POINT-LIO的里程计帧率都与雷达帧率一样,请问怎么提高帧率呢

@FENYUN323
Copy link
Collaborator

可以通过修改livox mid360激光雷达的ros driver提高lidar msg的反馈频率(msg_MID360.launch里面的publish_freq参数,默认是10hz),此外,还可以利用高频率的IMU msg,对fast_lio的EFK更新后的姿态做imu预测状态更新(本质上就是imu预积分),从而得到和imu同频率的里程计

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

2 participants