Skip to content

Commit

Permalink
RTK EKF refactor (#830)
Browse files Browse the repository at this point in the history
* Velocity constraint as an rtklib parameter/option

* moved velcon to the end of the struct

---------

Co-authored-by: Alexander Bogdanov <[email protected]>
  • Loading branch information
aabogdanov and Alexander Bogdanov authored Feb 7, 2025
1 parent 24aea0c commit 73d9a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -3771,6 +3771,9 @@ typedef struct

/** output single by dgps/float/fix/ppp outage */
int32_t outsingle;

/** velocity constraint in compassing mode {var before fix, var after fix} (m^2/s^2) **/
float velcon[2];
} prcopt_t;
typedef prcopt_t gps_rtk_opt_t;

Expand Down

0 comments on commit 73d9a1c

Please sign in to comment.