-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
Hello, I hope you're doing well. Thanks for modifying it to support a 6-axis IMU.
I'm using the following configs for Ouster Lidar (N_SCAN = 32):
# Topics
pointCloudTopic: "/pointcloud" # Point cloud data
imuTopic: "/imu" # IMU data
odomTopic: "odometry/imu" # IMU pre-preintegration odometry, same frequency as IMU
gpsTopic: "gps_odom" # GPS odometry topic from navsat, see module_navsat.launch file
useGPS: false
I'm getting some errors using your package. I have attached screenshots of the error messages and warnings.
First, it points to the timestamp error:

But I have time stamps, as it can be seen in the following image:
Secondly, there are large velocity warnings:
Hence, it maps the pointcloud data with huge drifts:

Could you please help me resolving these issues in this regards?
Thanks!