Skip to content

Commit 6ab8210

Browse files
author
AWS
committed
AWS RoboMaker Update: This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.
1 parent a5fab0d commit 6ab8210

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS RoboMaker",
4+
"contributor": "",
5+
"description": "This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites."
6+
}

services/robomaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@
20382038
"DataSourceConfigs":{
20392039
"type":"list",
20402040
"member":{"shape":"DataSourceConfig"},
2041-
"max":5,
2041+
"max":6,
20422042
"min":1
20432043
},
20442044
"DataSourceNames":{
@@ -3024,7 +3024,7 @@
30243024
"type":"map",
30253025
"key":{"shape":"EnvironmentVariableKey"},
30263026
"value":{"shape":"EnvironmentVariableValue"},
3027-
"max":16,
3027+
"max":20,
30283028
"min":0
30293029
},
30303030
"EnvironmentVariableValue":{
@@ -3670,11 +3670,12 @@
36703670
},
36713671
"LoggingConfig":{
36723672
"type":"structure",
3673-
"required":["recordAllRosTopics"],
36743673
"members":{
36753674
"recordAllRosTopics":{
36763675
"shape":"BoxedBoolean",
3677-
"documentation":"<p>A boolean indicating whether to record all ROS topics.</p>"
3676+
"documentation":"<p>A boolean indicating whether to record all ROS topics.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>",
3677+
"deprecated":true,
3678+
"deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
36783679
}
36793680
},
36803681
"documentation":"<p>The logging configuration.</p>"
@@ -3987,15 +3988,19 @@
39873988
},
39883989
"useDefaultUploadConfigurations":{
39893990
"shape":"BoxedBoolean",
3990-
"documentation":"<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>. </p>"
3991+
"documentation":"<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>",
3992+
"deprecated":true,
3993+
"deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
39913994
},
39923995
"tools":{
39933996
"shape":"Tools",
39943997
"documentation":"<p>Information about tools configured for the robot application.</p>"
39953998
},
39963999
"useDefaultTools":{
39974000
"shape":"BoxedBoolean",
3998-
"documentation":"<p>A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is <code>False</code>. </p>"
4001+
"documentation":"<p>A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is <code>False</code>.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>",
4002+
"deprecated":true,
4003+
"deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
39994004
}
40004005
},
40014006
"documentation":"<p>Application configuration information for a robot.</p>"
@@ -4254,15 +4259,19 @@
42544259
},
42554260
"useDefaultUploadConfigurations":{
42564261
"shape":"BoxedBoolean",
4257-
"documentation":"<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>. </p>"
4262+
"documentation":"<p>A Boolean indicating whether to use default upload configurations. By default, <code>.ros</code> and <code>.gazebo</code> files are uploaded when the application terminates and all ROS topics will be recorded.</p> <p>If you set this value, you must specify an <code>outputLocation</code>.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>",
4263+
"deprecated":true,
4264+
"deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
42584265
},
42594266
"tools":{
42604267
"shape":"Tools",
42614268
"documentation":"<p>Information about tools configured for the simulation application.</p>"
42624269
},
42634270
"useDefaultTools":{
42644271
"shape":"BoxedBoolean",
4265-
"documentation":"<p>A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is <code>False</code>. </p>"
4272+
"documentation":"<p>A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is <code>False</code>.</p> <important> <p>This API is no longer supported and will throw an error if used.</p> </important>",
4273+
"deprecated":true,
4274+
"deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."
42664275
}
42674276
},
42684277
"documentation":"<p>Information about a simulation application configuration.</p>"
@@ -5358,7 +5367,8 @@
53585367
"worlds":{
53595368
"shape":"Arns",
53605369
"documentation":"<p>A list of worlds.</p>"
5361-
}
5370+
},
5371+
"outputLocation":{"shape":"OutputLocation"}
53625372
},
53635373
"documentation":"<p>Information about a world export job.</p>"
53645374
},

0 commit comments

Comments
 (0)