mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-08 07:55:12 +00:00
fix:debug dummy2
This commit is contained in:
@@ -6146,26 +6146,6 @@ workstation.example:
|
||||
- work_station
|
||||
class:
|
||||
action_value_mappings:
|
||||
auto-append_resource:
|
||||
feedback: {}
|
||||
goal: {}
|
||||
goal_default: {}
|
||||
handles: []
|
||||
result: {}
|
||||
schema:
|
||||
description: ''
|
||||
properties:
|
||||
feedback: {}
|
||||
goal:
|
||||
properties: {}
|
||||
required: []
|
||||
type: object
|
||||
result: {}
|
||||
required:
|
||||
- goal
|
||||
title: append_resource参数
|
||||
type: object
|
||||
type: UniLabJsonCommand
|
||||
auto-create_resource:
|
||||
feedback: {}
|
||||
goal: {}
|
||||
@@ -6218,6 +6198,62 @@ workstation.example:
|
||||
title: create_resource参数
|
||||
type: object
|
||||
type: UniLabJsonCommand
|
||||
auto-transfer_bottle:
|
||||
feedback: {}
|
||||
goal: {}
|
||||
goal_default:
|
||||
base_plate: null
|
||||
tip_rack: null
|
||||
handles: []
|
||||
result: {}
|
||||
schema:
|
||||
description: ''
|
||||
properties:
|
||||
feedback: {}
|
||||
goal:
|
||||
properties:
|
||||
base_plate:
|
||||
type: string
|
||||
tip_rack:
|
||||
type: string
|
||||
required:
|
||||
- tip_rack
|
||||
- base_plate
|
||||
type: object
|
||||
result: {}
|
||||
required:
|
||||
- goal
|
||||
title: transfer_bottle参数
|
||||
type: object
|
||||
type: UniLabJsonCommand
|
||||
auto-trigger_resource_update:
|
||||
feedback: {}
|
||||
goal: {}
|
||||
goal_default:
|
||||
from_plate: null
|
||||
to_base_plate: null
|
||||
handles: []
|
||||
result: {}
|
||||
schema:
|
||||
description: ''
|
||||
properties:
|
||||
feedback: {}
|
||||
goal:
|
||||
properties:
|
||||
from_plate:
|
||||
type: string
|
||||
to_base_plate:
|
||||
type: string
|
||||
required:
|
||||
- from_plate
|
||||
- to_base_plate
|
||||
type: object
|
||||
result: {}
|
||||
required:
|
||||
- goal
|
||||
title: trigger_resource_update参数
|
||||
type: object
|
||||
type: UniLabJsonCommand
|
||||
module: unilabos.ros.nodes.presets.workstation:WorkStationExample
|
||||
status_types: {}
|
||||
type: ros2
|
||||
|
||||
Reference in New Issue
Block a user