Skip to content

Commit b26aa8c

Browse files
committed
Iris: remove inline comments in param file
- Fixes ArduPilot#116 Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1 parent 8c73f44 commit b26aa8c

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

config/gazebo-iris-gimbal.parm

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ FRAME_TYPE 1
66
MOT_PWM_MIN 1100
77
MOT_PWM_MAX 1900
88

9-
# Gimbal on mount 1 has 3 DOF
10-
MNT1_TYPE 1 # Servo
9+
# Servo gimbal on mount 1 has 3 DOF
10+
MNT1_TYPE 1
1111
MNT1_PITCH_MAX 45
1212
MNT1_PITCH_MIN -135
1313
MNT1_ROLL_MAX 30
@@ -18,15 +18,23 @@ MNT1_YAW_MIN -160
1818
# Gimbal RC in
1919
RC6_MAX 1900
2020
RC6_MIN 1100
21-
RC6_OPTION 212 # Mount1 Roll
21+
22+
# Mount1 Roll
23+
RC6_OPTION 212
24+
25+
# Mount1 Pitch
2226
RC7_MAX 1900
2327
RC7_MIN 1100
24-
RC7_OPTION 213 # Mount1 Pitch
28+
RC7_OPTION 213
29+
30+
# Mount1 Yaw
2531
RC8_MAX 1900
2632
RC8_MIN 1100
27-
RC8_OPTION 214 # Mount1 Yaw
33+
RC8_OPTION 214
2834

29-
# Gimbal servo out
30-
SERVO9_FUNCTION 8 # Mount1Roll
31-
SERVO10_FUNCTION 7 # Mount1Pitch
32-
SERVO11_FUNCTION 6 # Mount1Yaw
35+
# Mount1Roll
36+
SERVO9_FUNCTION 8
37+
# Mount1Pitch
38+
SERVO10_FUNCTION 7
39+
# Mount1Yaw
40+
SERVO11_FUNCTION 6

0 commit comments

Comments
 (0)