RoadRunner Scenario Writer
Libraries:
Automated Driving Toolbox /
RoadRunner Scenario
Description
The RoadRunner Scenario Writer block writes the selected topic to the
RoadRunner
scenario. You can set the Topic Category
parameter to Actor
, Event
, or
Diagnostics
. The data is input as Simulink® messages to the block. When you select the Actor
topic, the block writes the data associated with the actor, such as Actor
Pose
and Actor Pose (Driving Scenario Compatible)
.
If you are using an actor group in RoadRunner Scenario, you can use the RoadRunner Scenario Writer block to control the behavior of individual child actors in the following ways.
Use one RoadRunner Scenario Writer block to send messages to different actors. For example, you can queue messages carrying results of different logic implementations within the model to the RoadRunner Scenario Writer block by using the Message Merge block. Each of these messages can carry a different value of
ActorID
.Use multiple RoadRunner Scenario Writer blocks. You can point the
ActorID
value of theActor Pose
,Actor Pose (Driving Scenario compatible)
, orVehicle Pose
structure of each RoadRunner Scenario Writer block to a different child actor.
Examples
Ports
Input
Parameters
Version History
Introduced in R2022a
See Also
RoadRunner Scenario | RoadRunner Scenario Reader | Send (Simulink)