Open YSFlower opened 2 years 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.
@YSFlower Were you able to control the speed of the wheels individually? I would also be interested in being able to do that
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 useset_simulate_physics(False)
before? I have tried wheel's steer direction only work when I set simulate_physics to False)