ScenarioServices
Perform calculations on scene elements of RoadRunner Scenario in MATLAB
Since R2024b
Description
A ScenarioServices
object allows access to a set of services
that perform calculations on scene elements of RoadRunner Scenario. For example, you can get the point of intersection of a ray with the closest
surface in its path, given its source point and direction of travel. You can then use the ray
intersection point for other purposes, such as to discern the layout of a road using ground
detection algorithms and position vehicles accordingly.
Creation
Get the ScenarioServices
object associated with a scenario by using the
get
function of
the ScenarioSimulation
object.
Description
scenarioServ = get(
returns a scenarioSim
,"ScenarioServices")ScenarioServices
object scenarioServ
for
the ScenarioSimulation
object scenarioSim
.
Input Arguments
Object Functions
get | Get calculations on scene elements of RoadRunner Scenario in MATLAB |
Examples
Version History
Introduced in R2024b