mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Rover: add visual odometry to build
This commit is contained in:
parent
3534d0a0eb
commit
b56e246da6
@ -46,3 +46,4 @@ LIBRARIES += AP_RPM
|
||||
LIBRARIES += AP_Arming
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Beacon
|
||||
LIBRARIES += AP_VisualOdom
|
||||
|
@ -21,6 +21,7 @@ def build(bld):
|
||||
'PID',
|
||||
'AP_Stats',
|
||||
'AP_Beacon',
|
||||
'AP_VisualOdom',
|
||||
'AP_AdvancedFailsafe',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user