mirror of https://github.com/ArduPilot/ardupilot
Rover: point to new motor directory
This commit is contained in:
parent
ffe91fc80e
commit
a7366729c3
|
@ -431,7 +431,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
// 7 was used by AP_VisualOdometry
|
||||
|
||||
// @Group: MOT_
|
||||
// @Path: ../libraries/AP_Motors/AP_MotorsUGV.cpp
|
||||
// @Path: ../libraries/AR_Motors/AP_MotorsUGV.cpp
|
||||
AP_SUBGROUPINFO(motors, "MOT_", 8, ParametersG2, AP_MotorsUGV),
|
||||
|
||||
// @Group: WENC
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
#include <AP_Follow/AP_Follow.h>
|
||||
#include <AP_OSD/AP_OSD.h>
|
||||
#include <AP_WindVane/AP_WindVane.h>
|
||||
#include <AP_Motors/AP_MotorsUGV.h>
|
||||
#include <AR_Motors/AP_MotorsUGV.h>
|
||||
#include <AP_Torqeedo/AP_Torqeedo.h>
|
||||
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
|
|
|
@ -25,7 +25,7 @@ def build(bld):
|
|||
'AP_Follow',
|
||||
'AP_OSD',
|
||||
'AP_WindVane',
|
||||
'AP_Motors',
|
||||
'AR_Motors',
|
||||
'AP_Torqeedo',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue