Changeset 173 in flair-src for trunk/lib/FlairMeta
- Timestamp:
- Apr 26, 2017, 11:12:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairMeta/src/Uav.h
r165 r173 69 69 void SetBldc(const actuator::Bldc *bldc); 70 70 void SetMultiplex(const filter::UavMultiplex *multiplex); 71 void SetAhrs(const filter::Ahrs *ahrs); 71 void SetAhrs(const filter::Ahrs *ahrs);//also sets imu (retrieved from the ahrs) 72 72 void SetUsRangeFinder(const sensor::UsRangeFinder *us); 73 73 void SetBatteryMonitor(const sensor::BatteryMonitor *battery);
Note:
See TracChangeset
for help on using the changeset viewer.