gisbi-kim / FAST_LIO_SLAM

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

Python3 mergemap tool doesn't work #37

Open FPSychotic opened 1 year ago

FPSychotic commented 1 year ago

$ python3 makeMergedMap.py makeMergedMap.py:88: SyntaxWarning: "is not" with a literal. Did you mean "!="? if( nodes_count % node_skip is not 0): Traceback (most recent call last): File "makeMergedMap.py", line 8, in <module> from pypcd import pypcd File "/home/nrover/.local/lib/python3.8/site-packages/pypcd/pypcd.py", line 15, in <module> import cStringIO as sio ModuleNotFoundError: No module named 'cStringIO'

Thanks!