96 lines
1.9 KiB
Plaintext
96 lines
1.9 KiB
Plaintext
device_manager {
|
|
name: "cmvr_es"
|
|
version: "0.1"
|
|
description: "cmvr edge system version 0.1"
|
|
|
|
devices {
|
|
id: "right_hand_cam"
|
|
type: DEVICE_TYPE_CAMERA
|
|
config_file: "devices/camera/camera.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "hand2"
|
|
type: DEVICE_TYPE_DEXHAND
|
|
config_file: "devices/dexhand/dexhand.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "paxini_tip_1"
|
|
type: DEVICE_TYPE_DEXHAND
|
|
config_file: "devices/dexhand/dexhand.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "ti5_motors"
|
|
type: DEVICE_TYPE_MOTOR_SYSTEM
|
|
config_file: "devices/motor/ti5_motors.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "right_arm"
|
|
type: DEVICE_TYPE_ROBOT_ARM
|
|
config_file: "devices/arm/arm.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "aubo_arm"
|
|
type: DEVICE_TYPE_ROBOT_ARM
|
|
config_file: "devices/arm/aubo_arm.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "huayan_arm"
|
|
type: DEVICE_TYPE_ROBOT_ARM
|
|
config_file: "devices/arm/huayan_arm.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "bio_head"
|
|
type: DEVICE_TYPE_BIO_HEAD_ROBOT
|
|
config_file: "devices/biohead/bio_head.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "src1100"
|
|
type: DEVICE_TYPE_AGV
|
|
config_file: "devices/agv/src1100.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "hikvision_cam"
|
|
type: DEVICE_TYPE_CAMERA
|
|
config_file: "devices/camera/camera.pb.txt"
|
|
enable: false
|
|
}
|
|
devices {
|
|
id: "hikvision_thermal_cam"
|
|
type: DEVICE_TYPE_CAMERA
|
|
config_file: "devices/camera/camera.pb.txt"
|
|
enable: false
|
|
}
|
|
|
|
devices {
|
|
id: "mic1"
|
|
type: DEVICE_TYPE_MICROPHONE
|
|
config_file: "devices/microphone/microphone.pb.txt"
|
|
enable: true
|
|
}
|
|
|
|
devices {
|
|
id: "spk1"
|
|
type: DEVICE_TYPE_SPEAKER
|
|
config_file: "devices/speaker/speaker.pb.txt"
|
|
enable: true
|
|
}
|
|
}
|