Hello,
I am running Carla on windows. I find from the documentation that there are a lot of measurements that are logged from Carla while running, however, I don't know where can I find these measurements. I searched for them in the whole directory, and I found nothing.
Hi @mhusseinsh
looking at other issues, you may find that the measurements are not dumped in any way by default. You have to fetch them using your client and dump them by yourself in the way you want it. Take a look at e.g. #446 for an example on dumping the location of the Ego vehicle into a .txt file.
Hey @mhusseinsh.
It is exactly like @p-schulz says. I recommend you to read the docs about measurements.
Okay thanks a lot :)