Changeset 34 in flair-dev for trunk/include/FlairSensorActuator/SimuGps.h
- Timestamp:
- Sep 28, 2016, 8:40:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairSensorActuator/SimuGps.h
r32 r34 87 87 88 88 typedef struct { 89 float x; 90 float y; 91 float z; 89 float e; 90 float n; 91 float u; 92 float ve; 93 float vn; 92 94 } gps_states_t; 93 95
Note:
See TracChangeset
for help on using the changeset viewer.