mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: add Circle parameter
This commit is contained in:
parent
a2b017abd2
commit
3b9ae02966
@ -140,6 +140,7 @@ public:
|
||||
k_param_wp_nav,
|
||||
k_param_attitude_control,
|
||||
k_param_pos_control,
|
||||
k_param_circle_nav, // 104
|
||||
|
||||
// 110: Telemetry control
|
||||
//
|
||||
|
@ -1007,6 +1007,10 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Path: ../libraries/AC_WPNav/AC_WPNav.cpp
|
||||
GOBJECT(wp_nav, "WPNAV_", AC_WPNav),
|
||||
|
||||
// @Group: WPNAV_
|
||||
// @Path: ../libraries/AC_WPNav/AC_Circle.cpp
|
||||
GOBJECT(circle_nav, "CIRCLE_", AC_Circle),
|
||||
|
||||
// @Group: ATCON_
|
||||
// @Path: ../libraries/AC_AttitudeControl/AC_AttitudeControl.cpp
|
||||
GOBJECT(attitude_control, "ATTCON_", AC_AttitudeControl),
|
||||
|
Loading…
Reference in New Issue
Block a user