Open hee-jae-kim opened 1 month ago
what does this command give you?
dmesg | grep -i joystick
I have a similar error when running run_synchronization.py. My CARLA version is 0.9.15, Platform/OS is ubuntu 22.04. Error message is:
Traceback (most recent call last):
File "/home/ytj/carla/Co-Simulation/Sumo/run_synchronization.py", line 319, in
Any suggestions to solve this? Thanks.
CARLA version: 0.9.15 Platform/OS: ubuntu 22.04
I am running the manual_control_steeringwheel.py and getting an error "ValueError: sticky_control: invalid value type" Any suggestions about this issue? Below is my error. Thanks.
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API WARNING: Client API version = 0.9.15-226-g5c2d2978a WARNING: Simulator API version = 0.9.15-221-g4da0c7415 Traceback (most recent call last): File "/home/h2x/carla/PythonAPI/examples/manual_control_steeringwheel_hj.py", line 1403, in
main()
File "/home/h2x/carla/PythonAPI/examples/manual_control_steeringwheel_hj.py", line 1395, in main
game_loop(args)
File "/home/h2x/carla/PythonAPI/examples/manual_control_steeringwheel_hj.py", line 1114, in game_loop
world = World(client.get_world(), hud, args.filter)
File "/home/h2x/carla/PythonAPI/examples/manual_control_steeringwheel_hj.py", line 289, in init
self.restart()
File "/home/h2x/carla/PythonAPI/examples/manual_control_steeringwheel_hj.py", line 298, in restart
blueprint_library = self.world.get_blueprint_library()
ValueError: sticky_control: invalid value type