Fang Chao

Results 10 comments of Fang Chao

Thanks for @johschmitz work! I want to know how to import opendrive map, Maybe I can do some work for it. I need this feature.

em..... It is possible you need a lot of work: 1. create model animation 2. create control blueprint 3. create carla api 4. etc...

You can `kill -9 $ps aux |grep Unreal`.

This is a complex problem. The Reason is Carla converted the OpenDrive map coordinate difference with sumo.

If you convert by plugin method, you should first try carla script. Path is `PythonAPI/util/config.py`

If you convert by plugin method, you should first try carla script. Path is `PythonAPI/util/config.py`

The issue same for me. I write below code, for SUB., but I cannot recv anything. I use python to do this, it is well done. meachine: MacOS10.15.4 ``` c++...

DFS Scheduler always process full Node. A fixed Process is below: ``` // define a frame processing ITERATION ie. 10Hz define ITERATION 100 while(True){ while(pipline.alive() || pipline.ready()){ auto start =...