roadrunner
Description
A roadrunner
object enables you to perform common workflow tasks
in the RoadRunner application, such as opening, closing, and saving scenes and projects, from the
MATLAB® command line. You can also use object functions to import data from files and
export scenes from RoadRunner to other formats.
Before you create a roadrunner
object for the first time, you must
install RoadRunner and activate your RoadRunner license interactively. For more information, see Install and Activate RoadRunner (RoadRunner).
The roadrunner
object requires a license for Automated Driving Toolbox™.
Creation
Description
rrApp = roadrunner(
starts
RoadRunner from the default installation folder location, and opens a new scene in an
existing project at the location specified by projectFolder
)projectFolder
.
rrApp = roadrunner(
also uses a name-value argument to set the Properties (RoadRunner) of the projectFolder
,Name=Value
)roadrunner
object.
Input Arguments
Properties
Object Functions
Examples
Limitations
The
roadrunner
object and its associated functions are supported only in RoadRunner R2022a and later.The project you specify using the
projectFolder
argument, when creating theroadrunner
object must already exist.The
projectFolder
argument andInstallationFolder
property do not support Unicode characters in the path.
Tips
Deleting the
roadrunner
object from the MATLAB workspace does not close the RoadRunner application associated with it. You must manually close the RoadRunner application. Also, exiting from the current MATLAB session does not close any RoadRunner applications created byroadrunner
.
Version History
Introduced in R2022a