mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
add resource creat easy action
This commit is contained in:
0
unilabos/devices/laiyu_add_solid/__init__.py
Normal file
0
unilabos/devices/laiyu_add_solid/__init__.py
Normal file
@@ -59,6 +59,7 @@ set(action_files
|
|||||||
"action/Point3DSeparateInput.action"
|
"action/Point3DSeparateInput.action"
|
||||||
|
|
||||||
"action/ResourceCreateFromOuter.action"
|
"action/ResourceCreateFromOuter.action"
|
||||||
|
"action/ResourceCreateFromOuterEasy.action"
|
||||||
|
|
||||||
"action/SolidDispenseAddPowderTube.action"
|
"action/SolidDispenseAddPowderTube.action"
|
||||||
|
|
||||||
|
|||||||
10
unilabos_msgs/action/ResourceCreateFromOuterEasy.action
Normal file
10
unilabos_msgs/action/ResourceCreateFromOuterEasy.action
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
string id
|
||||||
|
string class
|
||||||
|
string parent
|
||||||
|
geometry_msgs/Point bind_locations
|
||||||
|
int32[] liquid_input_slot
|
||||||
|
string[] liquid_type
|
||||||
|
float32[] liquid_volume
|
||||||
|
---
|
||||||
|
bool success
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user