|
| 1 | +{ |
| 2 | + "runConfigurations": [{ |
| 3 | + "id": "HelloWorld_Cfg01", |
| 4 | + "name": "HelloWorld Robot", |
| 5 | + "type": "colcon build", |
| 6 | + "cfg": { |
| 7 | + "workingDir": "./HelloWorld/robot_ws", |
| 8 | + "cmdArgs": "" |
| 9 | + } |
| 10 | + }, { |
| 11 | + "id": "HelloWorld_Cfg02", |
| 12 | + "name": "HelloWorld Robot", |
| 13 | + "type": "colcon bundle", |
| 14 | + "cfg": { |
| 15 | + "workingDir": "./HelloWorld/robot_ws", |
| 16 | + "cmdArgs": "" |
| 17 | + } |
| 18 | + }, { |
| 19 | + "id": "HelloWorld_Cfg03", |
| 20 | + "name": "HelloWorld Simulation", |
| 21 | + "type": "colcon build", |
| 22 | + "cfg": { |
| 23 | + "workingDir": "./HelloWorld/simulation_ws", |
| 24 | + "cmdArgs": "" |
| 25 | + } |
| 26 | + }, { |
| 27 | + "id": "HelloWorld_Cfg04", |
| 28 | + "name": "HelloWorld Simulation", |
| 29 | + "type": "colcon bundle", |
| 30 | + "cfg": { |
| 31 | + "workingDir": "./HelloWorld/simulation_ws", |
| 32 | + "cmdArgs": "" |
| 33 | + } |
| 34 | + }, { |
| 35 | + "id": "HelloWorld_SimulationJob1", |
| 36 | + "name": "HelloWorld", |
| 37 | + "type": "simulation", |
| 38 | + "cfg": { |
| 39 | + "robotApp": { |
| 40 | + "name": "RoboMakerHelloWorldRobot", |
| 41 | + "s3Bucket": "<bucket name for your robot bundle>", |
| 42 | + "sourceBundleFile": "./HelloWorld/robot_ws/bundle/output.tar.gz", |
| 43 | + "architecture": "X86_64", |
| 44 | + "robotSoftwareSuite": { |
| 45 | + "version": "Kinetic", |
| 46 | + "name": "ROS" |
| 47 | + }, |
| 48 | + "launchConfig": { |
| 49 | + "packageName": "hello_world_robot", |
| 50 | + "launchFile": "rotate.launch" |
| 51 | + } |
| 52 | + }, |
| 53 | + "simulationApp": { |
| 54 | + "name": "RoboMakerHelloWorldSimulation", |
| 55 | + "s3Bucket": "<bucket name for your simulation bundle>", |
| 56 | + "sourceBundleFile": "./HelloWorld/simulation_ws/bundle/output.tar.gz", |
| 57 | + "architecture": "X86_64", |
| 58 | + "launchConfig": { |
| 59 | + "packageName": "hello_world_simulation", |
| 60 | + "launchFile": "empty_world.launch" |
| 61 | + }, |
| 62 | + "robotSoftwareSuite": { |
| 63 | + "version": "Kinetic", |
| 64 | + "name": "ROS" |
| 65 | + }, |
| 66 | + "simulationSoftwareSuite": { |
| 67 | + "name": "Gazebo", |
| 68 | + "version": "7" |
| 69 | + }, |
| 70 | + "renderingEngine": { |
| 71 | + "name": "OGRE", |
| 72 | + "version": "1.x" |
| 73 | + } |
| 74 | + }, |
| 75 | + "simulation": { |
| 76 | + "outputLocation": "<bucket name for your job outputs>", |
| 77 | + "failureBehavior": "Fail", |
| 78 | + "maxJobDurationInSeconds": 28800, |
| 79 | + "iamRole": "<your B9 role ARN>" |
| 80 | + } |
| 81 | + } |
| 82 | + }, |
| 83 | + { |
| 84 | + "id": "HelloWorld_wf1", |
| 85 | + "type": "workflow", |
| 86 | + "name": "HelloWorld - Build and Bundle All", |
| 87 | + "runCfgIds": ["HelloWorld_Cfg01", "HelloWorld_Cfg02", "HelloWorld_Cfg03", "HelloWorld_Cfg04"] |
| 88 | + } |
| 89 | + ] |
| 90 | +} |
0 commit comments