We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the carla backend, e.g.,
$ scenic examples/driving/badlyParkedCarPullingIn.scenic \ --simulate \ --model scenic.simulators.carla.model \ --time 200 -p record ../output
nothing is recorded if I use a relative path like above. This may be a carla bug -- it looks like this path is just passed over to the carla library.
The text was updated successfully, but these errors were encountered:
Merge pull request BerkeleyLearnVerify#21 from UCSCFormalMethods/webo…
fbad589
…ts-fix-density fix an issue where density is not written to webots
I got the same problem. After changing the relative path to absolute path, the log files can be generated.
Sorry, something went wrong.
record
Successfully merging a pull request may close this issue.
When using the carla backend, e.g.,
nothing is recorded if I use a relative path like above. This may be a carla bug -- it looks like this path is just passed over to the carla library.
The text was updated successfully, but these errors were encountered: