| Server IP : 167.99.254.82 / Your IP : 216.73.217.13 Web Server : Apache System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/awscli/examples/robomaker/ |
Upload File : |
**To describe a simulation application**
This example describes a simulation application.
Command::
aws robomaker describe-simulation-application --application arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605
Output::
{
"arn": "arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605",
"name": "MySimulationApplication",
"version": "$LATEST",
"sources": [
{
"s3Bucket": "my-bucket",
"s3Key": "my-simulation-application.tar.gz",
"architecture": "X86_64"
}
],
"simulationSoftwareSuite": {
"name": "Gazebo",
"version": "7"
},
"robotSoftwareSuite": {
"name": "ROS",
"version": "Kinetic"
},
"renderingEngine": {
"name": "OGRE",
"version": "1.x"
},
"revisionId": "783674ab-b7b8-42d9-b01f-9373907987e5",
"lastUpdatedAt": 1551203427.0,
"tags": {}
}