Changeset 62 in flair-dev for trunk/include/FlairSensorActuator/Imu.h
- Timestamp:
- Jan 9, 2018, 11:44:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSensorActuator/Imu.h
r50 r62 53 53 * 54 54 * \param name name 55 * \param needRotation true will enable post rotation in GCS. Post rotation must be applied manually in reimplemented code 55 56 */ 56 Imu(std::string name );57 Imu(std::string name,bool needRotation=true); 57 58 58 59 /*!
Note: See TracChangeset
for help on using the changeset viewer.