Rover: add visual odometry to build

This commit is contained in:
Randy Mackay 2017-06-01 16:39:24 +09:00
parent 3534d0a0eb
commit b56e246da6
2 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,4 @@ LIBRARIES += AP_RPM
LIBRARIES += AP_Arming
LIBRARIES += AP_Stats
LIBRARIES += AP_Beacon
LIBRARIES += AP_VisualOdom

View File

@ -21,6 +21,7 @@ def build(bld):
'PID',
'AP_Stats',
'AP_Beacon',
'AP_VisualOdom',
'AP_AdvancedFailsafe',
],
)