Rover: point to new motor directory

This commit is contained in:
Iampete1 2021-07-18 15:04:27 +01:00 committed by Randy Mackay
parent ffe91fc80e
commit a7366729c3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -25,7 +25,7 @@ def build(bld):
'AP_Follow',
'AP_OSD',
'AP_WindVane',
'AP_Motors',
'AR_Motors',
'AP_Torqeedo',
],
)