mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 00:54:06 +08:00
set yaw to NAN
This commit is contained in:
parent
347d4e0c1b
commit
0be38ef424
@ -749,6 +749,7 @@ MissionBlock::setLoiterItemFromCurrentPositionWithBraking(struct mission_item_s
|
||||
item->lon = (double)NAN;
|
||||
item->altitude = NAN;
|
||||
item->loiter_radius = NAN;
|
||||
item->yaw = NAN;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user