Frank Fuqiang Xu

Results 14 comments of Frank Fuqiang Xu

@fabianoboril I download traffic-generation-editor while tried a lot and can not play scenario successfuly. The problem is pygame window appear but blackscreen. [issue](https://github.com/carla-simulator/traffic-generation-editor/issues/27) I have checked plugin added, path and...

same problem during running 'python run_CIL.py' and get the following error information. Traceback (most recent call last): File "run_CIL.py", line 5, in from carla.benchmarks.corl_2017 import CoRL2017 ImportError: No module named...

I sucuessfully run run_CIL.py following these steps. More detail you can [reference](https://github.com/xfqbuaa/carla_simulator_Chinese/blob/master/doc/carla.md) * imitation learning should be running in python 2 environment. Suggest using anaconda to setup python 2 environment...

I have followed your instructions and find the error place mainly in build.sh in pyesmini folers. `cd ~ rm -rf ~/OpenScenarioEditor git clone https://github.com/ebadi/OpenScenarioEditor ~/OpenScenarioEditor > ~/log0.txt cd ~/OpenScenarioEditor sudo...

A clear error message for information: `home/xufq/Downloads/OpenScenarioEditor/pyesmini/esmini/EnvironmentSimulator/Modules/Controllers/ControllerSumo.cpp:19:10: fatal error: utils/geom/PositionVector.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~`

I found similar [issues](https://github.com/esmini/esmini/issues/78) and also a [link](https://www.cxymm.net/article/qq_34972053/120490978) The main problem is because network and didn't download necessary zip package and lead to compile error. Where can I change to...

I finally made it works and a short summary: The root reason for missing something due to download fail. `cd ~` `rm -rf ~/OpenScenarioEditor` `git clone https://github.com/ebadi/OpenScenarioEditor ` `cd ~/OpenScenarioEditor`...

I connected with Carla server and show maps. after import xosc file, and press play scenario, there is python error in QGIS and not pygame window. 2022-05-05T22:46:26 WARNING warning:/usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Utils.py:191: SyntaxWarning:...

After setting and correct path, pygame works but black screen. Anything I can do to make it works? ![image](https://user-images.githubusercontent.com/24656071/167147638-f301b9c3-dde7-47c9-859a-f109a3ae2cdc.png)