Browse Source

添加相机配置

master
sige 1 year ago
parent
commit
c4b3d2d0b4
  1. 8
      src/src/main/resources/device.yml

8
src/src/main/resources/device.yml

@ -72,7 +72,7 @@ actuators :
key : TransferArmUDMotor key : TransferArmUDMotor
mid : 21 mid : 21
type : Motor type : Motor
shaft : 0
shaft : 1
oneCirclePulse : 40 oneCirclePulse : 40
oneCirclePulseDenominator : 1 oneCirclePulseDenominator : 1
defaultVelocity : 300 defaultVelocity : 300
@ -401,6 +401,12 @@ actuators :
defaultVelocity: 200 defaultVelocity: 200
defaultTorque: 300 defaultTorque: 300
- name : 相机
key : Camera
type : CameraBasler
index : 0
channel : 0
# device io # device io
io : io :
- {key: "AcidLiquidLevelSensor0", mid: 70, index: 0, type : "output"} - {key: "AcidLiquidLevelSensor0", mid: 70, index: 0, type : "output"}

Loading…
Cancel
Save