那个Zeng
3 years ago
5 changed files with 43 additions and 11 deletions
@ -1,7 +1,27 @@
@@ -1,7 +1,27 @@
|
||||
module_name: Benewake TFmini Rangefinder |
||||
serial_config: |
||||
- command: tfmini start -d ${SERIAL_DEV} |
||||
- command: tfmini start -d ${SERIAL_DEV} -R SENS_TF_SER_ROT |
||||
port_config_param: |
||||
name: SENS_TFMINI_CFG |
||||
group: Sensors |
||||
|
||||
|
||||
parameters: |
||||
- group: Sensors |
||||
definitions: |
||||
SENS_TF_S1_ROT: |
||||
description: |
||||
short: Distance Sensor Rotation |
||||
long: | |
||||
Distance Sensor Rotation as MAV_SENSOR_ORIENTATION enum |
||||
|
||||
type: enum |
||||
values: |
||||
25: ROTATION_DOWNWARD_FACING |
||||
24: ROTATION_UPWARD_FACING |
||||
12: ROTATION_BACKWARD_FACING |
||||
0: ROTATION_FORWARD_FACING |
||||
6: ROTATION_LEFT_FACING |
||||
2: ROTATION_RIGHT_FACING |
||||
reboot_required: true |
||||
default: 25 |
||||
|
Loading…
Reference in new issue