-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
3,675 additions
and
55 deletions.
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
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
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,22 @@ | ||
# GPS-uBlox - Platform agnostic C++ uBlox GPS driver | ||
|
||
Ported from tried and tested Ardupilot GPS UBLOX driver. | ||
|
||
Features: | ||
|
||
- Platform agnostic C++ (Arduino, PlatformIO, Linux, Windows, whatever...) | ||
- Supports uBlox-6 to uBlox-M10 GPS | ||
- Automatically configures baudrate | ||
- Uses high speed ubx protocol | ||
- Auto reconnect on communication loss | ||
- Optionally save the config to the GPS module for faster restarts | ||
|
||
Changes from ArduPilot: | ||
|
||
- Moved all external dependencies into AP_GPS_UBLOX.h & .cpp | ||
- Added pure virtual I_xxx methods as interface to the outside world | ||
- Removed float (except LOGGING) | ||
|
||
Requirements: | ||
|
||
See example directory. Basically, implement the 7 pure virtual methods to get going. |
Oops, something went wrong.