mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Copter: bug fix to remove home variable
pair programmed with Craig Elder
This commit is contained in:
parent
d0194b7a9d
commit
8c48b65175
@ -22,7 +22,7 @@ static void init_home()
|
||||
}
|
||||
|
||||
// update navigation scalers. used to offset the shrinking longitude as we go towards the poles
|
||||
scaleLongDown = longitude_scale(home);
|
||||
scaleLongDown = longitude_scale(loc);
|
||||
scaleLongUp = 1.0f/scaleLongDown;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user