Tools: enabled sending waypoints from a companion computer to ardupilot for copter and rover
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
7701be8209
commit
4c95a3b6ef
@ -26,8 +26,12 @@ class AStyleChecker(object):
|
||||
]
|
||||
self.files_to_check = [
|
||||
pathlib.Path(s) for s in [
|
||||
'ArduCopter/AP_ExternalControl_Copter.cpp',
|
||||
'ArduCopter/AP_ExternalControl_Copter.h',
|
||||
'libraries/AP_ExternalAHRS/AP_ExternalAHRS_MicroStrain7.cpp',
|
||||
'libraries/AP_ExternalAHRS/AP_ExternalAHRS_MicroStrain7.h',
|
||||
'Rover/AP_ExternalControl_Rover.cpp',
|
||||
'Rover/AP_ExternalControl_Rover.h',
|
||||
]
|
||||
]
|
||||
self.dry_run = dry_run
|
||||
|
Loading…
Reference in New Issue
Block a user