Skip to content

Commit

Permalink
Added tests involving agent-arm opening and closing containers in FP1
Browse files Browse the repository at this point in the history
  • Loading branch information
elimvb committed Aug 8, 2022
1 parent d674a6f commit 1a9bd54
Show file tree
Hide file tree
Showing 47 changed files with 524 additions and 0 deletions.
23 changes: 23 additions & 0 deletions unity/debug/g1age.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveAgent",
"ahead": 0.08,
"right": -0.73,
"returnToStart": "true"
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.3149,
"y": 0.6049995,
"z": 0.04580003
}
}
]
32 changes: 32 additions & 0 deletions unity/debug/g1dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveAgent",
"ahead": -0.15,
"returnToStart": "true"
},
{
"action": "MoveAgent",
"right": -2.5,
"returnToStart": "true"
},
{
"action": "MoveAgent",
"ahead": -0.1,
"returnToStart": "true"
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.301,
"y": 0.6059991,
"z": -1.466
}
}
]
23 changes: 23 additions & 0 deletions unity/debug/g1hyp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveAgent",
"ahead": -0.1,
"right": -1.8,
"returnToStart": "true"
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.3149,
"y": 0.6049995,
"z": 0.04580003
}
}
]
23 changes: 23 additions & 0 deletions unity/debug/g1nor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveAgent",
"ahead": 0,
"right": -0.7,
"returnToStart": "true"
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.3149,
"y": 0.6049995,
"z": 0.04580003
}
}
]
23 changes: 23 additions & 0 deletions unity/debug/g1open.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveAgent",
"ahead": -0.15,
"right": -1,
"returnToStart": "true"
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.348,
"y": 0.6749991,
"z": -0.2
}
}
]
17 changes: 17 additions & 0 deletions unity/debug/g1scale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
},
{
"action": "MoveArm",
"coordinateSpace": "world",
"position": {
"x": -1.13,
"y": 0.8986162,
"z": 0.1650001
}
}
]
18 changes: 18 additions & 0 deletions unity/debug/g2dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"action": "OpenObject",
"objectId": "Cabinet|-01.55|+00.50|-01.97",
"forceAction": true,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false
},
{
"action": "CloseObject",
"objectId": "Cabinet|-01.55|+00.50|-01.97",
"forceAction": true,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false
}
]
9 changes: 9 additions & 0 deletions unity/debug/g2hyp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"action": "OpenObject",
"objectId": "Cabinet|-01.55|+00.50|+00.38",
"forceAction": true,
"useGripper": true,
"returnToStart": true
}
]
10 changes: 10 additions & 0 deletions unity/debug/g2nor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"action": "OpenObject",
"objectId": "Cabinet|-01.55|+00.50|+00.38",
"forceAction": true,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false
}
]
10 changes: 10 additions & 0 deletions unity/debug/g2open.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"action": "OpenObject",
"objectId": "Drawer|-01.56|+00.66|-00.20",
"forceAction": true,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false
}
]
10 changes: 10 additions & 0 deletions unity/debug/g2scale.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"action": "OpenObject",
"objectId": "ShowerCurtain|-00.79|+02.22|-00.24",
"forceAction": true,
"useGripper": true,
"returnToStart": false,
"stopAtNonStaticCol": false
}
]
8 changes: 8 additions & 0 deletions unity/debug/gage1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
}
]
7 changes: 7 additions & 0 deletions unity/debug/gage2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"action": "RotateAgent",
"degrees": -90,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/gage3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.35,
"right": 0,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/gage4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.35,
"right": 0,
"returnToStart": "true"
}
]
11 changes: 11 additions & 0 deletions unity/debug/gage5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"action": "MoveArm",
"coordinateSpace": "armBase",
"position": {
"x": -0.311,
"y": -0.085,
"z": 0.216
}
}
]
7 changes: 7 additions & 0 deletions unity/debug/gage6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"action": "RotateAgent",
"degrees": 90,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/gage7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.15,
"right": 0,
"returnToStart": "true"
}
]
11 changes: 11 additions & 0 deletions unity/debug/gage8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"action": "MoveArm",
"coordinateSpace": "armBase",
"position": {
"x": -0.565,
"y": -0.247,
"z": 0.216
}
}
]
11 changes: 11 additions & 0 deletions unity/debug/gage9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"action": "OpenObject",
"objectId": "Cabinet|-01.55|+00.50|+00.38",
"forceAction": false,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false,
"ignoreAgentInTransition": false
}
]
8 changes: 8 additions & 0 deletions unity/debug/ghyp1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "Initialize",
"agentMode": "arm",
"agentControllerType": "mid-level",
"renderInstanceSegmentation": true
}
]
10 changes: 10 additions & 0 deletions unity/debug/ghyp10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"action": "OpenObject",
"objectId": "Cabinet|-01.55|+00.50|+00.38",
"forceAction": true,
"useGripper": true,
"returnToStart": true,
"stopAtNonStaticCol": false
}
]
7 changes: 7 additions & 0 deletions unity/debug/ghyp2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"action": "RotateAgent",
"degrees": -90,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/ghyp3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.5,
"right": 0,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/ghyp4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.5,
"right": 0,
"returnToStart": "true"
}
]
8 changes: 8 additions & 0 deletions unity/debug/ghyp5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"action": "MoveAgent",
"ahead": 0.5,
"right": 0,
"returnToStart": "true"
}
]
11 changes: 11 additions & 0 deletions unity/debug/ghyp6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"action": "MoveArm",
"coordinateSpace": "armBase",
"position": {
"x": -0.295,
"y": 0.0,
"z": 0.166
}
}
]
7 changes: 7 additions & 0 deletions unity/debug/ghyp7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"action": "RotateAgent",
"degrees": -270,
"returnToStart": "true"
}
]
11 changes: 11 additions & 0 deletions unity/debug/ghyp8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"action": "MoveArm",
"coordinateSpace": "armBase",
"position": {
"x": 0.096,
"y": 0.036,
"z": 0.096
}
}
]
Loading

0 comments on commit 1a9bd54

Please sign in to comment.