Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface SimulationApplicationConfig

Information about a simulation application configuration.

Hierarchy

  • SimulationApplicationConfig

Properties

application: undefined | string

The application information for the simulation application.

applicationVersion?: string

The version of the simulation application.

launchConfig: undefined | LaunchConfig

The launch configuration for the simulation application.

tools?: Tool[]

Information about tools configured for the simulation application.

uploadConfigurations?: UploadConfiguration[]

Information about upload configurations for the simulation application.

useDefaultTools?: boolean

Deprecated

A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

This API is no longer supported and will throw an error if used.

useDefaultUploadConfigurations?: boolean

Deprecated

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.

This API is no longer supported and will throw an error if used.

worldConfigs?: WorldConfig[]

A list of world configurations.