Vehicle Steering Angle Signal in Driving Scenario Designer

11 visualizaciones (últimos 30 días)
Ali Yousefi
Ali Yousefi el 22 de En. de 2020
Editada: akhil vinayak el 22 de Oct. de 2020
Hello everyone. I’ve been trying to model an autonomous vehicle steering process in simulink so I designed a driving scenario so that I can use vehicle’s steering angle as my controller’s reference signal but I can’t access it. When I try to probe the driving scenario bus signal vehicle position and velocity are available but there’s no steering angle signal in it. What should I do?
  2 comentarios
Svyatoslav Golousov
Svyatoslav Golousov el 28 de Sept. de 2020
What steering angle are you talking about: vehicle heading angle or steering wheel position angle?
akhil vinayak
akhil vinayak el 22 de Oct. de 2020
Editada: akhil vinayak el 22 de Oct. de 2020
how can i get the steering angle of the ego vehicle as the vehicle follows the defined trajectory?? can someone answer it fast ,will be great help

Iniciar sesión para comentar.

Respuestas (1)

Kshitij Chhabra
Kshitij Chhabra el 18 de Jun. de 2020
Hi Ali,
From my understanding of the question the issue here is that you want to know the Vehicle’s steering angle from the driving scenario. The option to read it is available in the same bus as a property called ‘Yaw’ and the same may be accessed as :
scenario.Actors(1).Yaw;
For further understanding you can refer the Scenario Reader documentation here .

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by