mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
APMRover: Fix bad parameter generation for AP_MotorUGV
This commit is contained in:
parent
31924e46d3
commit
993df82cfa
@ -543,7 +543,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
||||
AP_SUBGROUPINFO(visual_odom, "VISO", 7, ParametersG2, AP_VisualOdom),
|
||||
|
||||
// @Group: MOT_
|
||||
// @Path: MotorsUGV.cpp
|
||||
// @Path: AP_MotorsUGV.cpp
|
||||
AP_SUBGROUPINFO(motors, "MOT_", 8, ParametersG2, AP_MotorsUGV),
|
||||
|
||||
// @Group: WENC_
|
||||
|
Loading…
Reference in New Issue
Block a user