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.