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

Boost.Python.ArgumentError #1073

Closed
ljj88 opened this issue Apr 16, 2024 · 1 comment
Closed

Boost.Python.ArgumentError #1073

ljj88 opened this issue Apr 16, 2024 · 1 comment

Comments

@ljj88
Copy link

ljj88 commented Apr 16, 2024

Describe our question or idea
hello, when i call the API carla.client.show_recorder_file_info(recorder_name) to print the info of the log file, it reminds me the error info.
screenshot

Before I use the function, there are carla.client.start_recorder(recorder_name) and carla.client.stop_recorder() have already been called.

I followed the guide to passed in a string parameter.
image

Expected behavior
Are there any environmental configuration requirements before calling this parameter? Can someone help me?

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu 20.04]
  • CARLA Version [e.g. CARLA 0.9.15]
  • Python version [e.g. 3.8]
  • Version [e.g. 0.9.15]
@glopezdiest
Copy link
Contributor

Hello @ljj88, the show_recorder_file_info requires an additional argument, the show_all flag

image

so you should have the issue resolved with

print(self.client.show_recorder_file_info(recorder_name, False))

Closing the issue, but feel free to reopen it if that doesn't solve it

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

No branches or pull requests

2 participants