gisbi-kim / FAST_LIO_SLAM

LiDAR SLAM = FAST-LIO + Scan Context
494 stars 74 forks source link

Kaist-03 example #10

Closed ManChrys closed 3 years ago

ManChrys commented 3 years ago

Hello @gisbi-kim again :D

after i solve the previous error now seems to working but when im running the kaist03 example i have the following error.

Screenshot from 2021-07-30 12-36-26

I upload the tree of folder so you can see if i fail something :P

list.txt

Thanks in advance my friend !

zxd123 commented 3 years ago

I had the same problem, but it didn't seem to make any difference

gisbi-kim commented 3 years ago

@ManChrys I also have got the warnings you attached because the mulran file player's lidar topic does not have such fields (e.g., ambient) but only x,y,z and intensity. But as you might saw it works, I think the fast lio system runs without difficulties with the warnings (not errors).

of course, if you have more issues, please feel free to let me know.

ManChrys commented 3 years ago

@gisbi-kim hellooo!!

Yeah the package seems to work fine . I think it's a common warning like when you have RS-16 lidar which has XYZI and try to run to a VLP package which has XYZIRT, in this situation the warnings tell you that you don't have rings(R) and timestamps (T). So yeah I have see something similar. I thought, that I failed to put the files in the right folders. So thank you for the answer Kim 😁😁