Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dronekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class GPSInfo(object):
If there is no GPS lock the parameters are set to ``None``.

:param Int eph: GPS horizontal dilution of position (HDOP).
:param Int epv: GPS horizontal dilution of position (VDOP).
:param Int epv: GPS vertical dilution of position (VDOP).
:param Int fix_type: 0-1: no fix, 2: 2D fix, 3: 3D fix
:param Int satellites_visible: Number of satellites visible.

Expand Down