Livox-SDK / livox_ros_driver2

Livox device driver under Ros(Compatible with ros and ros2), support Lidar HAP and Mid-360.
Other
275 stars 232 forks source link

Increase Odometry Frequency #142

Open bhaskar-glitch opened 3 months ago

bhaskar-glitch commented 3 months ago

Hi, I'm currently using a Livox Mid-360 LiDAR with a Jetson AGX Orin on my drone. I've calibrated the LiDAR with the Pixhawk IMU, and I'm getting IMU data at 200Hz from /mavros/imu/data. However, the LiDAR odometry data from Fast LIO /odometry is only at 10Hz. I tried changing the frequency of the /lidar/data topic from the launch file, initially set to 10Hz, to 100Hz. While this did increase the frequency to 100Hz, the LiDAR started drifting significantly.

Any advice or guidance on how to achieve higher frequency without the drift would be greatly appreciated.