mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_OAPathPlanner: minor format fix
This commit is contained in:
parent
fe30612bb0
commit
526065a6a4
@ -222,7 +222,7 @@ AP_OAPathPlanner::OA_RetState AP_OAPathPlanner::mission_avoidance(const Location
|
|||||||
|
|
||||||
// avoidance thread that continually updates the avoidance_result structure based on avoidance_request
|
// avoidance thread that continually updates the avoidance_result structure based on avoidance_request
|
||||||
void AP_OAPathPlanner::avoidance_thread()
|
void AP_OAPathPlanner::avoidance_thread()
|
||||||
{
|
{
|
||||||
// require ekf origin to have been set
|
// require ekf origin to have been set
|
||||||
bool origin_set = false;
|
bool origin_set = false;
|
||||||
while (!origin_set) {
|
while (!origin_set) {
|
||||||
|
Loading…
Reference in New Issue
Block a user