Adding an extra propoerty/field in a predefined toolbox class
Mostrar comentarios más antiguos
Hello guys,
I'm trying to implement a different controller than what is being used in the driving.scenario.Vehicle. For that reason I need to access some variables/parameters that is not considered in the standard form of a specific class predefined in the toolbox of Matlab (driving.scenario.Vehicle).
For example in the Automated Driving Toolbox, I can create the following object:
%% Create scenario, add road and leader vehicle
s = drivingScenario;
vLeader = vehicle(s);
and the values for this VLeader variable would it be those in the picture below. I want to add an extra property called Acceleration to retrieve it's respective value and then be able to implement my controller.

Best regards
1 comentario
Tiago Rocha Goncalves
el 20 de Ag. de 2020
Respuestas (1)
Jalaj Gambhir
el 24 de Ag. de 2020
0 votos
Hi,
As mentioned in the link, you will have to define waypoints and have different velocities at each waypoint as a workaround to define acceleration of the vehicle.
Hope this helps!
1 comentario
Tiago Rocha Goncalves
el 24 de Ag. de 2020
Categorías
Más información sobre Automated Driving Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!