mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-29 20:18:31 -04:00
Copter: add AC_WPNav to parameters list
This commit is contained in:
parent
bc87118062
commit
2db8365c90
@ -108,6 +108,7 @@ public:
|
|||||||
// 100: Inertial Nav
|
// 100: Inertial Nav
|
||||||
//
|
//
|
||||||
k_param_inertial_nav = 100,
|
k_param_inertial_nav = 100,
|
||||||
|
k_param_wp_nav = 101,
|
||||||
|
|
||||||
// 110: Telemetry control
|
// 110: Telemetry control
|
||||||
//
|
//
|
||||||
|
@ -958,6 +958,10 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
// @Path: ../libraries/AP_InertialNav/AP_InertialNav.cpp
|
// @Path: ../libraries/AP_InertialNav/AP_InertialNav.cpp
|
||||||
GOBJECT(inertial_nav, "INAV_", AP_InertialNav),
|
GOBJECT(inertial_nav, "INAV_", AP_InertialNav),
|
||||||
|
|
||||||
|
//@Group: WPNAV_
|
||||||
|
//@Path: ../libraries/AC_WPNav/AC_WPNav.cpp
|
||||||
|
GOBJECT(wp_nav, "WPNAV_", AC_WPNav),
|
||||||
|
|
||||||
// @Group: SR0_
|
// @Group: SR0_
|
||||||
// @Path: ./GCS_Mavlink.pde
|
// @Path: ./GCS_Mavlink.pde
|
||||||
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
|
GOBJECT(gcs0, "SR0_", GCS_MAVLINK),
|
||||||
|
Loading…
Reference in New Issue
Block a user