-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to integrate a TCP agent into the new version of Carla(0.9.14)? #60
Comments
我将 Carla 0.9.10.1 中的这个文件复制到 0.9.14 对应的文件夹里,这个问题解决了,但是又有新的报错。 |
I think you should only export the team_code folder to the new version leaderboard and make modifications accordingly. |
My plan is independent of the Carla LeaderBoard. |
btw, I would like to know if all the code related to the actual use of the autonomous driving agent is only in the 'team_code' folder along with the pre-trained models. |
Yes. But you might also need to check whether some APIs of the new leaderboard used in our agent have changed. |
Hello I am also having the same issue if you find a solution for it, please let me know. |
你好,请问问题解决了吗?我也遇到同样的问题,现在我用roach采数据,只能运行一段场景,下一段场景就会报错, |
Hello, I am currently planning to use TCP as a tested autonomous driving agent for further research. I have trained the model, and when running 'run_evaluation.sh,' I encounter an error:
Due to my intention to conduct research using Carla's Town12 map, the Carla version I am using is 0.9.14. I have identified that the issue is due to the absence of the file
'global_route_planner_dao'
in the directory'CARLA_ROOT/PythonAPI/carla/agent/navigation'
(while 'global_route_planner' is present), causing the execution to fail.So I want to know how to integrate TCP into a newer version of Carla. I look forward to your prompt reply. Thank you.
The text was updated successfully, but these errors were encountered: