Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Dec 2, 2013
1 parent 6e54acb commit bc58550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/PdParty_User_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,14 @@ PdParty returns the following events:
* _x_: x position, normalized 0-1 except for RjDj scenes which use 0-320
* _y_: y position, normalized 0-1 except for RjDj scenes which use 0-320
* **[r #accelerate] _x_ _y_ _z_**: 3 axis accelerometer values in Gs
* **[r #locate] _lat_ _lon_ _alt_ _speed_ _course_ _horz\_accuracy_ _vert\_accuracy_ _timestamp_**
* **[r #locate] _lat_ _lon_ _alt_ _speed_ _course_ _horz_accuracy_ _vert_accuracy_ _timestamp_**
* _lat_: latitude in degrees
* _lon_: longitude in degrees
* _alt_: altitude from sea level in meters, + above & - below
* _speed_: average speed in meters per second (not guaranteed to be accurate), invalid if negative
* _course_: direction of travel in degrees -> 0 N, 90 S, 180 S, 270 E, invalid if negative
* _horz\_accuracy_: horizontal accuracy (+/-) of the lat & lon in meters
* _vert\_accuracy_: vertical accuracy (+/-) of the alt in meters
* _horz_accuracy_: horizontal accuracy (+/-) of the lat & lon in meters
* _vert_accuracy_: vertical accuracy (+/-) of the alt in meters
* _timestamp_: timestamp string, format yyyy-MM-dd HH:mm:ss zzz (ex: 2013-11-13 17:13:17 EST)
* **[r #heading] _degrees_ _accuracy_ _timestamp_**: orientation toward magnetic north with the top of UI at 0 degrees
* _degrees_: heading toward magnetic north -> 0 N, 90 S, 180 S, 270 E
Expand Down

0 comments on commit bc58550

Please sign in to comment.