修改模擬世界樣板 - AWS RoboMaker

支援終止通知:2025 年 9 月 10 日, AWS 將停止對 的支援 AWS RoboMaker。2025 年 9 月 10 日後,您將無法再存取 AWS RoboMaker 主控台或 AWS RoboMaker 資源。如需有關轉換至 AWS Batch 以協助執行容器化模擬的詳細資訊,請造訪此部落格文章

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

修改模擬世界樣板

選取樓板平面圖以自訂房間的數目和類型,以及樓板平面圖中房間之間的連接。選擇室內裝飾以定制地板、牆壁和家具。

修改模擬世界範本

請遵循下列其中一個標籤的步驟進行:

Using the console
修改模擬世界範本
  1. 請在以下位置登入AWS RoboMaker 主控台:https://console.aws.amazon.com/robomaker/

  2. 在AWS RoboMaker 主控台上,展開左側導覽窗格 WorldForge中的 [模擬],然後選取 [世界範本]。

  3. 在「世界範本」頁面上,選擇您要修改的模擬世界範本。

  4. 選擇您要修改的每個元素旁邊的「輯」或「寫」。如需模擬世界樣板元件的更多資訊,請參閱〈〉了解模擬世界範本

Using the AWS CLI

下列範AWS CLI例使list-world-templates用列出現有範本,然後使用describe-world-template檢視模擬世界範本的詳細資料,get-world-template-body以及擷取範本主體 JSON 並將其寫入檔案。

$ aws robomaker list-world-templates $ aws robomaker describe-world-template --template my-simulation-world-template-arn $ aws robomaker get-world-template-body --template my-simulation-world-template-arn --output json > myTemplateBody.json $ aws robomaker update-world-template-body --template my-simulation-world-template-arn --template-body file://myTemplateBody.json