carla-simulator / carla

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

How to control the wheel's rotation speed individually? #5709

Open YSFlower opened 2 years ago

YSFlower commented 2 years ago

Hi, I have found functions in PythonAPI set_wheel_steer_direction to set the wheel's steer direction indvidually. How can I control the wheel's rotation speed invidually to make the vehicle's wheel rotating? I found no function in PythonAPI to control the wheel rotating speed.
(ps: if iI want to use set_wheel_steer_direction to make it work , must I use set_simulate_physics(False) before? I have tried wheel's steer direction only work when I set simulate_physics to False)

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

FrancyFiore commented 8 months ago

@YSFlower Were you able to control the speed of the wheels individually? I would also be interested in being able to do that