forked from mavlink/mavros
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Set framework to define offset between global origin and curren…
…t local position (mavlink#691) * add handlers for GPS_GLOBAL_ORIGIN and SET_GPS_GLOBAL_ORIGIN * fix cast of encoding types * refactor gps coord conversions * uncrustify * global_position: add LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET handler * global_position: add trasform sender for offset * global_origin: refactor covariance matrix * global_position: update copyright * global_position: add initial support to REP 105 * px4_config: global_position: update frame description * global_position: correct identation * global position: be consistent with frame and methods names (ecef!=wgs84, frame_id!=global_frame_id) * global_position: updates to code structure * global_position: fix identation
- Loading branch information
Showing
5 changed files
with
105 additions
and
19 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