Skip to content
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

record parameter does not work with relative path #21

Closed
delenius opened this issue Jan 5, 2021 · 1 comment · Fixed by #223
Closed

record parameter does not work with relative path #21

delenius opened this issue Jan 5, 2021 · 1 comment · Fixed by #223

Comments

@delenius
Copy link

delenius commented Jan 5, 2021

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.

shumbo pushed a commit to shumbo/Scenic that referenced this issue Feb 23, 2023
…ts-fix-density

fix an issue where density is not written to webots
@Daniel-xsy
Copy link

I got the same problem. After changing the relative path to absolute path, the log files can be generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants