Skip to content

Conversation

@christianll9
Copy link

@christianll9 christianll9 commented Nov 27, 2025

Changes port to a integer instead of a list parameter. This avoids the following error:

Traceback (most recent call last):
  File "Bench2Drive/tools/ability_benchmark.py", line 182, in <module>
    main(args)
  File "Bench2Drive/tools/ability_benchmark.py", line 93, in main
    client = carla.Client(args.host, args.port)
Boost.Python.ArgumentError: Python argument types in
    Client.__init__(Client, str, list)

Changes port to a integer instead of a list parameter. This avoids the following Error:

Traceback (most recent call last):
  File "Bench2Drive/tools/ability_benchmark.py", line 182, in <module>
    main(args)
  File "Bench2Drive/tools/ability_benchmark.py", line 93, in main
    client = carla.Client(args.host, args.port)
Boost.Python.ArgumentError: Python argument types in
    Client.__init__(Client, str, list)
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 this pull request may close these issues.

1 participant