mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 14:55:18 +03:00
Update navigation.c
Trim white space
This commit is contained in:
parent
585e559b61
commit
e48b762d7a
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ static navigationFSMEvent_t navOnEnteringState_NAV_STATE_RTH_INITIALIZE(navigati
|
||||||
// Spiral climb centered at xy of RTH activation
|
// Spiral climb centered at xy of RTH activation
|
||||||
calculateInitialHoldPosition(&targetHoldPos);
|
calculateInitialHoldPosition(&targetHoldPos);
|
||||||
} else {
|
} else {
|
||||||
calculateFarAwayTarget(&targetHoldPos, posControl.actualState.yaw, 100000.0f); // 1km away Linear climb
|
calculateFarAwayTarget(&targetHoldPos, posControl.actualState.yaw, 100000.0f); // 1km away Linear climb
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Multicopter, hover and climb
|
// Multicopter, hover and climb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue