|
| 1 | +{ |
| 2 | + |
| 3 | + "name": "My Enviro Project", |
| 4 | + "ip": "0.0.0.0", |
| 5 | + "port": 8765, |
| 6 | + |
| 7 | + "buttons": [], |
| 8 | + |
| 9 | + "agents": [ |
| 10 | + { |
| 11 | + "definition": "defs/guy.json", |
| 12 | + "style": { "fill": "lightblue", "stroke": "black" }, |
| 13 | + "position": { |
| 14 | + "x": 0, |
| 15 | + "y": 135, |
| 16 | + "theta": 0 |
| 17 | + } |
| 18 | + }, |
| 19 | + { |
| 20 | + "definition": "defs/bumper.json", |
| 21 | + "style": { "fill": "red", "stroke": "none" }, |
| 22 | + "position": { |
| 23 | + "x": -145, |
| 24 | + "y": 68, |
| 25 | + "theta": 0 |
| 26 | + } |
| 27 | + }, |
| 28 | + { |
| 29 | + "definition": "defs/bumper.json", |
| 30 | + "style": { "fill": "red", "stroke": "none" }, |
| 31 | + "position": { |
| 32 | + "x": 145, |
| 33 | + "y": 68, |
| 34 | + "theta": 0 |
| 35 | + } |
| 36 | + }, |
| 37 | + { |
| 38 | + "definition": "defs/ghost.json", |
| 39 | + "style": { "fill": "lightgreen", "stroke": "black" }, |
| 40 | + "position": { |
| 41 | + "x": 0, |
| 42 | + "y": 80, |
| 43 | + "theta": 0 |
| 44 | + } |
| 45 | + } |
| 46 | + |
| 47 | + ], |
| 48 | + |
| 49 | + "statics": [ |
| 50 | + { |
| 51 | + "style": { "fill": "gray", "stroke": "none" }, |
| 52 | + "shape": [ |
| 53 | + { "x": -350, "y": -200 }, |
| 54 | + { "x": -350, "y": 200 }, |
| 55 | + { "x": -340, "y": 200 }, |
| 56 | + { "x": -340, "y": -200 } |
| 57 | + ] |
| 58 | + }, |
| 59 | + { |
| 60 | + "style": { "fill": "gray", "stroke": "none" }, |
| 61 | + "shape": [ |
| 62 | + { "x": 350, "y": -200 }, |
| 63 | + { "x": 350, "y": 200 }, |
| 64 | + { "x": 340, "y": 200 }, |
| 65 | + { "x": 340, "y": -200 } |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "style": { "fill": "gray", "stroke": "none" }, |
| 70 | + "shape": [ |
| 71 | + { "x": -350, "y": 200 }, |
| 72 | + { "x": 350, "y": 200 }, |
| 73 | + { "x": 350, "y": 190 }, |
| 74 | + { "x": -350, "y": 190 } |
| 75 | + ] |
| 76 | + }, |
| 77 | + { |
| 78 | + "style": { "fill": "gray", "stroke": "none" }, |
| 79 | + "shape": [ |
| 80 | + { "x": -350, "y": -200 }, |
| 81 | + { "x": 350, "y": -200 }, |
| 82 | + { "x": 350, "y": -190 }, |
| 83 | + { "x": -350, "y": -190 } |
| 84 | + ] |
| 85 | + }, |
| 86 | + |
| 87 | + { |
| 88 | + "style": { "fill": "gray", "stroke": "none" }, |
| 89 | + "shape": [ |
| 90 | + { "x": -350, "y": 125 }, |
| 91 | + { "x": -250, "y": 125 }, |
| 92 | + { "x": -250, "y": 115 }, |
| 93 | + { "x": -350, "y": 115 } |
| 94 | + ] |
| 95 | + }, |
| 96 | + |
| 97 | + { |
| 98 | + "style": { "fill": "gray", "stroke": "none" }, |
| 99 | + "shape": [ |
| 100 | + { "x": -150, "y": 90 }, |
| 101 | + { "x": 150, "y": 90 }, |
| 102 | + { "x": 150, "y": 80 }, |
| 103 | + { "x": -150, "y": 80 } |
| 104 | + ] |
| 105 | + }, |
| 106 | + |
| 107 | + { |
| 108 | + "style": { "fill": "gray", "stroke": "none" }, |
| 109 | + "shape": [ |
| 110 | + { "x": 350, "y": 55 }, |
| 111 | + { "x": 250, "y": 55 }, |
| 112 | + { "x": 250, "y": 45 }, |
| 113 | + { "x": 350, "y": 45 } |
| 114 | + ] |
| 115 | + } |
| 116 | + |
| 117 | + ] |
| 118 | + |
| 119 | +} |
0 commit comments