You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Thanks for the great project. I am reading the doc and code; and for some fusion, I am not sure how we use the generated code (from python sympy) in the final code. For example,
Hi @tianzhuqiao , this repo is not updated anymore, we moved everything to PX4 directly. We also migrated the derivation to SymForce, this allows to change the derivation in python, re-generate the code in a couple of seconds and test immediately without having to copy-paste anything.
Thanks for the great project. I am reading the doc and code; and for some fusion, I am not sure how we use the generated code (from python sympy) in the final code. For example,
this is the generated code for gps yaw fusion
PX4-ECL/EKF/python/ekf_derivation/generated/gps_yaw_generated.cpp
Line 2 in b3fed06
and this is the final code
PX4-ECL/EKF/gps_yaw_fusion.cpp
Line 77 in b3fed06
Looks like they doesn't match with each other. Do I miss something? Or do we update the model (either in sympy or in the final code)? Thanks!
The text was updated successfully, but these errors were encountered: