Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Steering Wheel Movement to the Vehicle in CARLA #8600

Open
alejandroav96 opened this issue Jan 22, 2025 · 1 comment
Open

Add Steering Wheel Movement to the Vehicle in CARLA #8600

alejandroav96 opened this issue Jan 22, 2025 · 1 comment

Comments

@alejandroav96
Copy link

I am working on adding a functional steering wheel to a vehicle in CARLA. So far, I have completed the following steps:

  • Designed a steering wheel in Blender and integrated it into the vehicle using Unreal.
  • Adjusted physics and resolved conflicts to avoid collisions.
  • Created a blueprint to manage the steering wheel.

However, I haven’t been able to make the steering wheel move. Using Python, I can correctly obtain the required steering angle for the wheel, but I am unable to send these values effectively to apply them to the model.

I would appreciate any guidance on how to connect the values calculated in Python with the blueprint or any other recommended method to generate movement in the steering wheel within CARLA.

@PatrickPromitzer
Copy link

Hi,
if you are working in Unreal Editor and made a blueprint for the steering wheel, wouldn't it be better to use the VehicleWheelLocation to calculate the steering wheel movement?
https://carla.readthedocs.io/en/latest/python_api/#carlavehiclewheellocation

I don't know how to add a new python API function, but using the wheel Location sounds reasonable.

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

No branches or pull requests

2 participants