Struct aws_sdk_robomaker::model::simulation_application_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SimulationApplicationConfig
Implementations
The application information for the simulation application.
The application information for the simulation application.
The version of the simulation application.
The version of the simulation application.
The launch configuration for the simulation application.
The launch configuration for the simulation application.
Appends an item to upload_configurations.
To override the contents of this collection use set_upload_configurations.
Information about upload configurations for the simulation application.
Information about upload configurations for the simulation application.
Appends an item to world_configs.
To override the contents of this collection use set_world_configs.
A list of world configurations.
A list of world configurations.
A Boolean indicating whether to use default upload configurations. By default,
.ros and .gazebo files are uploaded when the application
terminates and all ROS topics will be recorded.
If you set this value, you must specify an outputLocation.
A Boolean indicating whether to use default upload configurations. By default,
.ros and .gazebo files are uploaded when the application
terminates and all ROS topics will be recorded.
If you set this value, you must specify an outputLocation.
Appends an item to tools.
To override the contents of this collection use set_tools.
Information about tools configured for the simulation application.
Information about tools configured for the simulation application.
A Boolean indicating whether to use default simulation application tools. The default
tools are rviz, rqt, terminal and rosbag record. The default is False.
A Boolean indicating whether to use default simulation application tools. The default
tools are rviz, rqt, terminal and rosbag record. The default is False.
Consumes the builder and constructs a SimulationApplicationConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more