mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 23:15:10 +00:00
139 lines
3.7 KiB
YAML
139 lines
3.7 KiB
YAML
agv.SEER:
|
|
class:
|
|
action_value_mappings:
|
|
auto-send:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
cmd: null
|
|
ex_data: ''
|
|
obj: receive_socket
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: UniLabJsonCommand send 的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
description: UniLabJsonCommand send 的参数schema
|
|
properties:
|
|
cmd:
|
|
description: '参数: cmd'
|
|
type: string
|
|
ex_data:
|
|
default: ''
|
|
description: '参数: ex_data'
|
|
type: string
|
|
obj:
|
|
default: receive_socket
|
|
description: '参数: obj'
|
|
type: string
|
|
required:
|
|
- cmd
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: send 命令参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-send_nav_task:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
command: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: UniLabJsonCommand send_nav_task 的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
description: UniLabJsonCommand send_nav_task 的参数schema
|
|
properties:
|
|
command:
|
|
description: '参数: command'
|
|
type: string
|
|
required:
|
|
- command
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: send_nav_task 命令参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
send_nav_task:
|
|
feedback: {}
|
|
goal:
|
|
command: command
|
|
goal_default:
|
|
command: ''
|
|
handles: []
|
|
result:
|
|
success: success
|
|
schema:
|
|
description: ROS Action SendCmd 的 JSON Schema
|
|
properties:
|
|
feedback:
|
|
description: Action 反馈 - 执行过程中从服务器发送到客户端
|
|
properties:
|
|
status:
|
|
type: string
|
|
required:
|
|
- status
|
|
title: SendCmd_Feedback
|
|
type: object
|
|
goal:
|
|
description: Action 目标 - 从客户端发送到服务器
|
|
properties:
|
|
command:
|
|
type: string
|
|
required:
|
|
- command
|
|
title: SendCmd_Goal
|
|
type: object
|
|
result:
|
|
description: Action 结果 - 完成后从服务器发送到客户端
|
|
properties:
|
|
return_info:
|
|
type: string
|
|
success:
|
|
type: boolean
|
|
required:
|
|
- return_info
|
|
- success
|
|
title: SendCmd_Result
|
|
type: object
|
|
required:
|
|
- goal
|
|
title: SendCmd
|
|
type: object
|
|
type: SendCmd
|
|
module: unilabos.devices.agv.agv_navigator:AgvNavigator
|
|
status_types:
|
|
pose: list
|
|
status: str
|
|
type: python
|
|
description: SEER AGV
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema:
|
|
description: UniLabJsonCommand __init__ 的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
description: UniLabJsonCommand __init__ 的参数schema
|
|
properties:
|
|
host:
|
|
description: '参数: host'
|
|
type: string
|
|
required:
|
|
- host
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: __init__ 命令参数
|
|
type: object
|