SITL: minor comment fix for SIM_Multicopter

This commit is contained in:
Randy Mackay 2016-12-19 16:11:33 +09:00
parent 5d0be2de9f
commit 3ed9eb98f3
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ protected:
void calculate_forces(const struct sitl_input &input, Vector3f &rot_accel, Vector3f &body_accel);
Frame *frame;
// The numbers here are offsets into the input servos array
// (generally output-servo-number-1 e.g. 2 for throttle)
// The numbers below are the pwm output channels with "0" meaning the first output (aka RC1)
Sprayer sprayer{6, 7};
Gripper_Servo gripper{8};
Gripper_EPM gripper_epm{9};