mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AC_Avoidance: minor PathPlanner format fix
This commit is contained in:
parent
0d730e11cc
commit
a6800b8c47
@ -113,7 +113,7 @@ void AP_OAPathPlanner::init()
|
||||
}
|
||||
|
||||
// return type of BendyRuler in use
|
||||
AP_OABendyRuler:: OABendyType AP_OAPathPlanner::get_bendy_type() const
|
||||
AP_OABendyRuler::OABendyType AP_OAPathPlanner::get_bendy_type() const
|
||||
{
|
||||
if (_oabendyruler == nullptr) {
|
||||
return AP_OABendyRuler::OABendyType::OA_BENDY_DISABLED;
|
||||
|
Loading…
Reference in New Issue
Block a user