CARLA version: 0.9.13
Platform/OS: Linux and Windows (I'm using mostly linux but I want it to be agnostic)
Problem you have experienced: Can't automate simulator termination
Hi,
I'm doing an app to interact with the simulator and I haven't found a reliable way to automate the process of shutting down the simulator.
What I do is try to connect to the simulator like this:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
CARLA version: 0.9.13 Platform/OS: Linux and Windows (I'm using mostly linux but I want it to be agnostic) Problem you have experienced: Can't automate simulator termination
Hi,
I'm doing an app to interact with the simulator and I haven't found a reliable way to automate the process of shutting down the simulator. What I do is try to connect to the simulator like this:
and if it is not reachable I spawn it as a Python subprocess through this function:
Then, when the run simulation is finished or an exception is thrown, I terminate the processes like this:
But the simulator keeps running and I have to close the process manually.