-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi, @jaeyoungjo99
Thank you for open-sourcing such an amazing piece of work. As I’m studying the code, I have some questions and would like to discuss them with you:
- Why is the lidar_time_delay processing necessary? After processing, the LiDAR timestamp is no longer accurate. Since the delayed time is used for distortion correction and EKF state updates, won't this have an impact on the results?
- In the function
Run()
of the EKF, the current state is updated to the latest system time throughRunPrediction(cur_timestamp)
. However, during observation, it seems that the time difference between the observation data and the current system state is not considered. Could this be an issue? Specifically, when performing observation with PCM estimation results, although the PCM calculation result is compensated, the LiDAR data used to estimate PCM has undergone lidar_time_delay processing. Is this approach reasonable?
Looking forward to your reply.
Best regards!
Metadata
Metadata
Assignees
Labels
No labels