carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.27k stars 3.65k forks source link

ValueError: sticky_control: invalid value type #8291

Open hee-jae-kim opened 6 days ago

hee-jae-kim commented 6 days ago

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

NayaBaslan commented 5 days ago

what does this command give you? dmesg | grep -i joystick