Create object_task_agent.json
Browse files- object_task_agent.json +7 -0
object_task_agent.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "manipulation-agent",
|
| 3 |
+
"object_detection": true,
|
| 4 |
+
"grip_control": "basic",
|
| 5 |
+
"placement_logic": true,
|
| 6 |
+
"error_handling": true
|
| 7 |
+
}
|