Changes between Version 9 and Version 10 of compile_all


Ignore:
Timestamp:
Feb 13, 2019, 5:01:41 PM (6 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • compile_all

    v9 v10  
    8989
    9090* ''!FlairLibs/lib'': a flair library (for example ''!FlairLibs/FlairCore'')
     91* ''tools/tool'': a flair tool (for example ''tools/FlairGCS'')
     92* ''demos/demo'': a flair demo (for example ''demos/CircleFollower''). Not that you can also have subfolders like ''demos/CircleFollower/simulator'' or ''demos/CircleFollower/uav'' if you want to compile just simulator or uav project
     93
     94For Heudiasyc users ''project_path'' can also be the following:
     95
     96* ''flair-hds/FlairHdsLibs/lib'': a flair hds library (for example ''flair-hds/FlairHdsLibs/FlairArdrone2'')
     97* ''flair-hds/demos/demo'': a flair hds demo (for example ''flair-hds/demos/ApriltagFollower''). Not that you can also have subfolders like ''flair-hds/demos/ApriltagFollower/simulator'' or ''flair-hds/demos/ApriltagFollower/uav'' if you want to compile just simulator or uav project
    9198
    9299== Compile only a project ==