mirror of https://github.com/ArduPilot/ardupilot
Rover: added GPS parameters
This commit is contained in:
parent
852cdbaa7c
commit
b8f9b5ad91
|
@ -49,6 +49,7 @@ public:
|
|||
|
||||
// misc2
|
||||
k_param_log_bitmask = 40,
|
||||
k_param_gps,
|
||||
|
||||
|
||||
// 110: Telemetry control
|
||||
|
|
|
@ -515,6 +515,11 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
// @Path: ../libraries/AP_BoardConfig/AP_BoardConfig.cpp
|
||||
GOBJECT(BoardConfig, "BRD_", AP_BoardConfig),
|
||||
|
||||
// GPS driver
|
||||
// @Group: GPS_
|
||||
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
||||
GOBJECT(gps, "GPS_", AP_GPS),
|
||||
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
// @Group: EKF_
|
||||
// @Path: ../libraries/AP_NavEKF/AP_NavEKF.cpp
|
||||
|
|
Loading…
Reference in New Issue