RoboMaker / Client / create_simulation_application
create_simulation_application#
- RoboMaker.Client.create_simulation_application(**kwargs)#
Warning
End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
Creates a simulation application.
See also: AWS API Documentation
Request Syntax
response = client.create_simulation_application( name='string', sources=[ { 's3Bucket': 'string', 's3Key': 'string', 'architecture': 'X86_64'|'ARM64'|'ARMHF' }, ], simulationSoftwareSuite={ 'name': 'Gazebo'|'RosbagPlay'|'SimulationRuntime', 'version': 'string' }, robotSoftwareSuite={ 'name': 'ROS'|'ROS2'|'General', 'version': 'Kinetic'|'Melodic'|'Dashing'|'Foxy' }, renderingEngine={ 'name': 'OGRE', 'version': 'string' }, tags={ 'string': 'string' }, environment={ 'uri': 'string' } )
- Parameters:
name (string) –
[REQUIRED]
The name of the simulation application.
sources (list) –
The sources of the simulation application.
(dict) –
Information about a source configuration.
s3Bucket (string) –
The Amazon S3 bucket name.
s3Key (string) –
The s3 object key.
architecture (string) –
The target processor architecture for the application.
simulationSoftwareSuite (dict) –
[REQUIRED]
The simulation software suite used by the simulation application.
name (string) –
The name of the simulation software suite.
SimulationRuntime
is the only supported value.version (string) –
The version of the simulation software suite. Not applicable for
SimulationRuntime
.
robotSoftwareSuite (dict) –
[REQUIRED]
The robot software suite used by the simulation application.
name (string) –
The name of the robot software suite.
General
is the only supported value.version (string) –
The version of the robot software suite. Not applicable for General software suite.
renderingEngine (dict) –
The rendering engine for the simulation application.
name (string) –
The name of the rendering engine.
version (string) –
The version of the rendering engine.
tags (dict) –
A map that contains tag keys and tag values that are attached to the simulation application.
(string) –
(string) –
environment (dict) –
The object that contains the Docker image URI used to create your simulation application.
uri (string) –
The Docker image URI for either your robot or simulation applications.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'name': 'string', 'version': 'string', 'sources': [ { 's3Bucket': 'string', 's3Key': 'string', 'etag': 'string', 'architecture': 'X86_64'|'ARM64'|'ARMHF' }, ], 'simulationSoftwareSuite': { 'name': 'Gazebo'|'RosbagPlay'|'SimulationRuntime', 'version': 'string' }, 'robotSoftwareSuite': { 'name': 'ROS'|'ROS2'|'General', 'version': 'Kinetic'|'Melodic'|'Dashing'|'Foxy' }, 'renderingEngine': { 'name': 'OGRE', 'version': 'string' }, 'lastUpdatedAt': datetime(2015, 1, 1), 'revisionId': 'string', 'tags': { 'string': 'string' }, 'environment': { 'uri': 'string' } }
Response Structure
(dict) –
arn (string) –
The Amazon Resource Name (ARN) of the simulation application.
name (string) –
The name of the simulation application.
version (string) –
The version of the simulation application.
sources (list) –
The sources of the simulation application.
(dict) –
Information about a source.
s3Bucket (string) –
The s3 bucket name.
s3Key (string) –
The s3 object key.
etag (string) –
A hash of the object specified by
s3Bucket
ands3Key
.architecture (string) –
The taget processor architecture for the application.
simulationSoftwareSuite (dict) –
The simulation software suite used by the simulation application.
name (string) –
The name of the simulation software suite.
SimulationRuntime
is the only supported value.version (string) –
The version of the simulation software suite. Not applicable for
SimulationRuntime
.
robotSoftwareSuite (dict) –
Information about the robot software suite.
name (string) –
The name of the robot software suite.
General
is the only supported value.version (string) –
The version of the robot software suite. Not applicable for General software suite.
renderingEngine (dict) –
The rendering engine for the simulation application.
name (string) –
The name of the rendering engine.
version (string) –
The version of the rendering engine.
lastUpdatedAt (datetime) –
The time, in milliseconds since the epoch, when the simulation application was last updated.
revisionId (string) –
The revision id of the simulation application.
tags (dict) –
The list of all tags added to the simulation application.
(string) –
(string) –
environment (dict) –
The object that contains the Docker image URI that you used to create your simulation application.
uri (string) –
The Docker image URI for either your robot or simulation applications.
Exceptions
RoboMaker.Client.exceptions.InvalidParameterException
RoboMaker.Client.exceptions.ResourceAlreadyExistsException
RoboMaker.Client.exceptions.LimitExceededException
RoboMaker.Client.exceptions.ThrottlingException
RoboMaker.Client.exceptions.InternalServerException
RoboMaker.Client.exceptions.IdempotentParameterMismatchException