Open anshulpaigwar opened 5 years ago
I'm seeing the same problem when using Carla from the normal client API.
@Danmou you are correct this is happening with me too.
@anshulpaigwar @Danmou Does this problem still exist when you use CARLA 0.9.4 and the latest version from the development branch?
Could you please provide the exact setup that you use? CARLA version, how you start CARLA, what kind of client do you run etc. Thank you.
This is happening to me as well with Carla version 0.9.5
Is this problem solved?
In scenario_runner --version 0.1. I found that the FPS of Carla Server drops after every repetition. I think the problem being that actors are not properly destroyed from the server. After the end of scenario I get this output:
I am doing
actor.destroy()
andactor = None
after each repetition and they are being destroyed (I cannot see them in the server) but the memory still not being released and I get above output.Could someone help me how to destroy the actors properly??