Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iris: remove inline comments in param file #125

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions config/gazebo-iris-gimbal.parm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ FRAME_TYPE 1
MOT_PWM_MIN 1100
MOT_PWM_MAX 1900

# Gimbal on mount 1 has 3 DOF
MNT1_TYPE 1 # Servo
# Servo gimbal on mount 1 has 3 DOF
MNT1_TYPE 1
MNT1_PITCH_MAX 45
MNT1_PITCH_MIN -135
MNT1_ROLL_MAX 30
Expand All @@ -18,15 +18,23 @@ MNT1_YAW_MIN -160
# Gimbal RC in
RC6_MAX 1900
RC6_MIN 1100
RC6_OPTION 212 # Mount1 Roll

# Mount1 Roll
RC6_OPTION 212

# Mount1 Pitch
RC7_MAX 1900
RC7_MIN 1100
RC7_OPTION 213 # Mount1 Pitch
RC7_OPTION 213

# Mount1 Yaw
RC8_MAX 1900
RC8_MIN 1100
RC8_OPTION 214 # Mount1 Yaw
RC8_OPTION 214

# Gimbal servo out
SERVO9_FUNCTION 8 # Mount1Roll
SERVO10_FUNCTION 7 # Mount1Pitch
SERVO11_FUNCTION 6 # Mount1Yaw
# Mount1Roll
SERVO9_FUNCTION 8
# Mount1Pitch
SERVO10_FUNCTION 7
# Mount1Yaw
SERVO11_FUNCTION 6
Loading