Use the addPoint function to create a route for an actor.
This example assumes that you have prior knowledge of working
with RoadRunner in MATLAB®. Before proceeding, follow the steps outlined in Set Up MATLAB Environment for RoadRunner Authoring Functions to set up your scenario using
MATLAB functions for scenario authoring.
Use addPoint to Create Route
Extract the route for the actor car from the
Route property of its InitialPoint
property.
rrRoute = car.InitialPoint.Route;
Use the addPoint function to add three points to the route
rrRoute at different positions.
Use autoAnchor to anchor the new points to the road. Specify
the PosePreservation argument as "reset-pose" to
specify for the points to adjust their positions to align within the nearest
lane.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.