-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Car doesn't move neither in Dreamview nor in Carla #102
Comments
The green planning trajectory has not been generated yet. After you click Setup, you can wait about 10 seconds. Sometimes the trajectory may be slow. |
@PhilWallace 车不动的问题解决了吗,我们也遇到类似的问题 |
Finally the car can move simultaneously in Dreamview and Carla. Here's the screen shot of dreamview: All modules in Module Delay seems to work properly. Still, some modules cannot be launched, but does not affect current co-simulation: What I did: The only difference operation I did to make it work, is to first select the --vehicle-- in dreamview to Mkz Example, and then execute the bridge.py and carla_spawn_objects.py. I guess it is because the vehicle module must first be loaded in dreamview, so that it can be read by the bridge. But I'm not sure. |
能动了,看下面的评论。但是控制性能感觉有点差,过弯有时候会卡住动不了。 |
It looks like this issue hasn’t been active in longer than a few weeks. In the absence of more information, we will close it, If you find that this is still a problem, please feel free to reopen it. |
Hi there, I met the same problem and tried the methods mentioned before, first select the --vehicle-- in dreamview to Mkz Example. However, control, planning, prediction modules still not work, or sometimes wait for about ten mins to work, is there some ways or solutions to solve this? |
By not working, do you mean you cannot launch these modules: Or you can launch the modules, but the car won't move? For me, the car won't move until I manually turned on the Prediction module. Sometimes I would still need to try multiple times for it to work. |
I can launch these modules, but in Tasks menu I can't obtain info of control, planning, prediction.However when I wait some minutes, the control, plannig, prediction may work, or may not. I also usually have to try multiple times and wait a long time. |
you can try to restart bridge.py |
|
Same for me. I usually need to restart the "Prediction" module for about 2~3 times, until the Module Delay information is normal, and then the car can move. There is a similar issue: #101. He solved this by running on a better environment (3090). I'am running on a laptop of 12th i5 cpu + 3060 gpu. I don't know whether the performance of the computer would lead to this problem or not. |
yes, I check the issue: #101.It seems that it's the same problem. Thank you for your quick reply! |
hi,i have met the same issue .i notice that you have run bridge.py and carla_spawn_objects.py . i knew where carla_spawn_objects.py is ,but i couldn't find bridge.py? i don't find any python file called 'bridge.py' |
1 similar comment
The vehicle still doesn't move in carla or in dreamview, after I made the following settings:
|
@LCaptainJackSparrow Do not run "sudo python main.py", instead "python main.py". Besides, you can " mkdir /apollo/log" |
Thank you for your reply. The car can move now. |
@PhilWallace Hi, I want to know how you manage to get the |
What do you mean by 'always shows |
很抱歉这么晚才回复。 |
你试一下把相关的modules都打开,然后试试在tasks->others里打开camera sensor? 你是一定要msf的数据吗?从截图看来你的车也已经能跑了 如果还是不行,建议你查看log文件,看看具体报错信息,对应再去看源码debug |
好的,谢谢你的建议,我之后会试试的。 |
Hello there. I built up all the dockers according to the doc. However, the car just does not move after I sent the routing request.
Here is the dreamview screen:
It seems that the control, planning some other channels are missing the messages.
And here's the screen of modules:
I noticed that some modules failed to start after I click the Setup in Tasks (including perception, prediction, traffic light ...). I also tried Manually start these modules, or use cyber_launch in terminal. But does't work.
According to the output of cyber_monitor, many channels are not actively receiving messages:
However, the routing module seems to work properly: the red line can be produced correctly in Dreamview. But the planning and control modules just won't work and my car is not moving.
I tried to switch to older modules, but still doesn't work. This problem really bothers me...
Hope I could get some advice here. Thanks in advance.
The text was updated successfully, but these errors were encountered: