mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-29 23:53:12 +00:00
添加机械臂和移液站
This commit is contained in:
14
unilabos/device_mesh/devices/hplc_station/joint_config.json
Normal file
14
unilabos/device_mesh/devices/hplc_station/joint_config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"z_joint": {
|
||||
"child":"z_link",
|
||||
"axis" : "-z"
|
||||
},
|
||||
"x_joint": {
|
||||
"child":"x_link",
|
||||
"axis" : "x"
|
||||
},
|
||||
"y_joint": {
|
||||
"child":"y_link",
|
||||
"axis" : "y"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user