Thanks for providing this awesome repo! :)
I'm evaluating FAST_LIO_LOC for improving localization accuracy relative to ground truth. Here's my specific scenario:
- I have a rosbag with accompanying ground truth trajectory data
- When I run FAST_LIO2 (or another SLAM algorithm) on this rosbag, I get an ATE of approximately 1m compared to ground truth
- I've generated a point cloud map using this SLAM run
My question is: Would running FAST_LIO_LOC on the same rosbag, using the map generated from the SLAM algorithm, likely reduce the ATE compared to ground truth? Or is the achievable accuracy fundamentally limited by the quality of the map that was generated with 1m ATE?
Any insights would be appreciated as I am quite new to this area.