Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AC_WPNav/AC_WPNav_config.h
9897 views
1
#pragma once
2
3
#include <AC_Avoidance/AC_Avoidance_config.h>
4
5
#ifndef AC_WPNAV_OA_ENABLED
6
#define AC_WPNAV_OA_ENABLED AP_OAPATHPLANNER_ENABLED
7
#endif
8
9