mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 22:08:56 +08:00
geofence: removed duplicate call to update_vertices
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
@@ -157,7 +157,6 @@ void Geofence::run()
|
||||
} else {
|
||||
_dataman_state = DatamanState::UpdateRequestWait;
|
||||
_fence_updated = true;
|
||||
_avoidance_planner.update_vertices(*this);
|
||||
|
||||
geofence_status_s status{};
|
||||
status.timestamp = hrt_absolute_time();
|
||||
|
||||
Reference in New Issue
Block a user