YuFengguan's Discussions (2)

Sort by

bug in update_throttle_hover()

in update_throttle_hover() function:when I'm in loiter and leave all stick in mid ,I found  I can not learn thr hover,I found the reason is 

if (!is_zero(pos_control->get_desired_velocity().z))
{
      return;
}

pos_control->get_desired_velocity().z: _

Read more…

Double GPS Antenna foy yaw and RTK

       Rencently I use a Chinese GPS board it has two Antennas,so it can out put for yaw data,since use we usually use compass for yaw I want use the GPS output heading instead of it,my method is change here library/AP_AHRS/AP_AHRS_NavEKF.cpp,update_

Read more…