Changeset 377 in flair-src for trunk/lib/FlairMeta/src
- Timestamp:
- Dec 16, 2020, 9:40:44 AM (4 years ago)
- Location:
- trunk/lib/FlairMeta/src
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/Uav.cpp
r215 r377 21 21 #include <GridLayout.h> 22 22 #include <DataPlot1D.h> 23 #include <VrpnClient.h>24 23 #include <Ahrs.h> 25 24 #include <Imu.h> … … 31 30 #include <Matrix.h> 32 31 #include "MetaUsRangeFinder.h" 33 #include "MetaVrpnObject.h" 32 34 33 35 34 using std::string; -
trunk/lib/FlairMeta/src/Uav.h
r215 r377 11 11 */ 12 12 13 #ifndef HDSUAV_H14 #define HDSUAV_H13 #ifndef UAV_H 14 #define UAV_H 15 15 16 16 #include <Object.h> 17 #include <UsRangeFinder.h>18 17 19 18 namespace flair { … … 103 102 } // end namespace meta 104 103 } // end namespace flair 105 #endif // HDSUAV_H104 #endif // UAV_H
Note:
See TracChangeset
for help on using the changeset viewer.