Copter: pass AP_Proximity to AC_Avoid
This commit is contained in:
parent
fcc2a1b378
commit
bba7369e9a
@ -76,7 +76,7 @@ Copter::Copter(void) :
|
||||
pos_control(ahrs, inertial_nav, motors, attitude_control,
|
||||
g.p_alt_hold, g.p_vel_z, g.pid_accel_z,
|
||||
g.p_pos_xy, g.pi_vel_xy),
|
||||
avoid(ahrs, inertial_nav, fence),
|
||||
avoid(ahrs, inertial_nav, fence, proximity),
|
||||
wp_nav(inertial_nav, ahrs, pos_control, attitude_control),
|
||||
circle_nav(inertial_nav, ahrs, pos_control),
|
||||
pmTest1(0),
|
||||
|
Loading…
Reference in New Issue
Block a user