ArduCopter: removed unused config for CAM_ROLL_GAIN and CAM_ROLL_PITCH now in AP_Mount library)
This commit is contained in:
parent
c495a5f36e
commit
36ecdff593
@ -337,25 +337,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// CAMERA GAINS
|
||||
#ifndef CAM_ROLL_GAIN
|
||||
# define CAM_ROLL_GAIN 1.0
|
||||
#endif
|
||||
#ifndef CAM_PITCH_GAIN
|
||||
# define CAM_PITCH_GAIN 1.0
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// CAMERA SERVO TYPE
|
||||
#ifndef CAM_PITCH_CONTINUOUS
|
||||
# define CAM_PITCH_CONTINUOUS 0
|
||||
#endif
|
||||
#ifndef CAM_ROLL_CONTINUOUS
|
||||
# define CAM_ROLL_CONTINUOUS 0
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// OPTICAL_FLOW
|
||||
#if defined( __AVR_ATmega2560__ ) // determines if optical flow code is included
|
||||
|
Loading…
Reference in New Issue
Block a user