-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wiki for Trimble PX-1 #5540
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. _common-gps-trimble-px1: | ||
|
||
|
||
===================== | ||
Trimble PX-1 RTX | ||
===================== | ||
|
||
The Trimble PX-1 RTX is a relatively expensive but also highly accurate RTX GNSS+INS. | ||
It supports corrections from a satellite or cellular network through `CenterPoint® RTX Correction service <https://positioningservices.trimble.com/en/rtx>`__. | ||
RTX provides centimeter accuracy without the use of a base station. | ||
Although the PX-1 is designed to be used as an external inertial navigation system, it is also supported for use as a strict GPS in ArduPilot. | ||
Detailed `information from the manufacturer can be found here <https://advancedairmobility.trimble.com/>`__. | ||
|
||
Parameter Setup | ||
---------------------- | ||
|
||
The following instructions assume the PX-1 is your first GPS. If you have configured it as a second GPS, change all parameter names. | ||
|
||
- :ref:`GPS_COM_PORT <GPS_COM_PORT>` = 1 (to use COM2, the TTL output of the PX-1) or 3 (to use COM1, the RS232 output of the PX-1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This param is now documented directly, and the description here can be removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in 41446ec |
||
- :ref:`GPS_TYPE <GPS_TYPE>` = 11 (for GSOF) | ||
- :ref:`SERIAL3_PROTOCOL <SERIAL3_PROTOCOL>` = 5 (to use GPS) | ||
|
||
The following parameters are not yet supported by GSOF: | ||
- :ref:`GPS_RATE_MS<GPS_RATE_MS>` | ||
- :ref:`GPS_AUTO_CONFIG<GPS_AUTO_CONFIG>` | ||
- :ref:`GPS_SAVE_CFG<GPS_SAVE_CFG>` | ||
- :ref:`GPS_GNSS_MODE<GPS_GNSS_MODE>` | ||
- :ref:`GPS_RAW_DATA<GPS_RAW_DATA>` | ||
- :ref:`GPS_NAVFILTER<GPS_NAVFILTER>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just noticed tiltling over/underline wrong here and below