mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-07 07:25:15 +00:00
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
robotic_arm.UR:
|
|
description: UR robotic arm
|
|
class:
|
|
module: unilabos.devices.agv.ur_arm_task:UrArmTask
|
|
type: python
|
|
status_types:
|
|
arm_pose: Float64MultiArray
|
|
gripper_pose: Float64
|
|
arm_status: String
|
|
gripper_status: String
|
|
action_value_mappings:
|
|
move_pos_task:
|
|
type: SendCmd
|
|
goal:
|
|
command: command
|
|
feedback: {}
|
|
result:
|
|
success: success
|
|
schema:
|
|
properties:
|
|
arm_pose:
|
|
type: array
|
|
items:
|
|
type: number
|
|
gripper_pose:
|
|
type: number
|
|
arm_status:
|
|
type: string
|
|
description: 机械臂设备状态
|
|
gripper_status:
|
|
type: string
|
|
description: 机械爪设备状态
|
|
required:
|
|
- arm_status
|
|
- gripper_status
|
|
additionalProperties: false
|
|
type: object
|
|
|
|
robotic_arm.elite:
|
|
description: Elite robot arm
|
|
class:
|
|
module: unilabos.devices.arm.elite_robot:EliteRobot
|
|
type: python
|
|
status_types:
|
|
arm_pose: Float64MultiArray
|
|
action_value_mappings:
|
|
modbus_task_cmd:
|
|
type: SendCmd
|
|
goal:
|
|
command: command
|
|
feedback: {}
|
|
result: {}
|
|
model:
|
|
type: device
|
|
mesh: elite_robot |