Skip to content

Commit

Permalink
modify the position mode to match all the cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dongzhihua8023 committed Nov 25, 2020
1 parent cf388bd commit ae059f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion communication_port/nmea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Field explanation:
- **<3>** Latitude hemisphere, N or S (north latitude or south latitude)
- **<4>** Longitude, the format is dddmm.mmmmmmm
- **<5>** Longitude hemisphere, E or W (east longitude or west longitude)
- **<6>** GNSS positioning status: 0 not positioned, 1 single point positioning, 4 fixed solution, 5 floating point solution
- **<6>** GNSS positioning status: 0 not positioned, 1 single point positioning, 2 differential GPS fixed solution, 4 fixed solution, 5 floating point solution
- **<7>** Number of satellites used
- **<8>** HDOP level precision factor
- **<9>** Altitude
Expand Down
2 changes: 1 addition & 1 deletion firmware_upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Work with the online **App Center** of ANS (click `here <https://developers.acei
* Power on the EVB via connecting a Micro-USB cable between the EVB and a PC, the YELLOW LED starts flashing
* The python driver keeps scanning available serial ports to connect with OpenRTK330, if connected successfully, you will see the following console output

.. figure:: media/python_driver_connects.PNG
.. figure:: media/python_driver_connects.png
:width: 7.0in
:height: 3.0in

Expand Down

0 comments on commit ae059f9

Please sign in to comment.