YuqiHuai / SORA-SVL

Local SVL Cloud
132 stars 33 forks source link

[issue] python api sample code run failed #46

Open lee-wei opened 1 year ago

lee-wei commented 1 year ago

Describe the bug when I run the python samples(01-load_map.py and 02-Apollo-v7.py), with error messages that failed load maps;

Useful debug information from command line python 01-load_map.py

Screenshots Screenshot from 2023-03-14 18-22-24

Desktop (please complete the following information):

Additional context Screenshot from 2023-03-14 18-25-08

Screenshot from 2023-03-14 18-26-07

YuqiHuai commented 1 year ago

@lee-wei Hi, thanks for posting the issue. Looks like the client is able to download files from the server but the SVL client is having issue with the downloaded file.

I see in assets/maps directory you have both XXX.zip and XXX. How did you transform XXX.zip into XXX? Did you unzip these files? If so, this is incorrect, please use https://github.com/YuqiHuai/SORA-SVL/blob/main/toolset/correct_maps_dir.py to remove .zip extension instead of unzipping them.

theikim commented 1 year ago

Lg svl local test ok Only Py API ok Env: Ubuntu 22, humble You've been a big help. My blog https://m.blog.naver.com/mdc1020/223051592709

YuqiHuai commented 1 year ago

@theikim Thanks for sharing!