-
Notifications
You must be signed in to change notification settings - Fork 130
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
"Not Matching" means fail to localization? #16
Comments
In addition, my lidar is velodyne. I constructed a map by FAST-LIO. I use the same map and rosbag to localize by FAST_LIO_LOCALIZATION, but only receive "Not match!!!!". |
Hi I am using ouster lidar and map built using fast_lio.
Please let me know how can I rectify the issue. |
@cjcjcj7777 you should give your initial pose after |
I solved it. If you use mid360, you need to set FOV to 360 in global_localization.py |
@wozhishiyikedan Hi,I also use Mid360,should I modify global_localization.py or Avia.yaml? |
global_localization.py |
@xjtulixuanyi Thx |
It really works, thx! |
My terminal shows like follow:
[INFO] [1663312150.392011]: Global localization by scan-to-map matching......
[INFO] [1663312151.285043]: Time: 0.88362288475
[INFO] [1663312151.286561]:
[WARN] [1663312151.287811]: Not match!!!!
[WARN] [1663312151.289611]: [[ 0.98088933 0.19430204 0.01014116 7.2997208 ]
[-0.1944272 0.9808267 0.01330566 -0.4114994 ]
[-0.0073614 -0.0150231 0.99986005 0.54942485]
[ 0. 0. 0. 1. ]]
[WARN] [1663312151.290827]: fitness score:0.364882312047
[WARN] [1663312151.292033]: Waiting for initial pose....
Fitness score is only 0.364882312047. It seems fail to localization. How to solve this problem?
The text was updated successfully, but these errors were encountered: