Displayed error for GNSS/IMU coupling #84
-
|
Hello to all, I have an error when I run the ins_gnss function. Do you have an idea? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hello, The declaration of function
Two attitude modes can be set: Maybe you misspelled the attitude mode, as Kind regards. |
Beta Was this translation helpful? Give feedback.
-
did u solve the "altitude is negative" problem? |
Beta Was this translation helpful? Give feedback.
Hello,
The declaration of function
att_updateis:[qua, DCMbn, euler] = att_update(wb, DCMbn, qua, omega_ie_n, omega_en_n, dt, att_mode)Two attitude modes can be set:
dcmandquaternion. If noatt_modeis provided, thequaternionmode is the default attitude mode.Maybe you misspelled the attitude mode, as
cuaternionordcn. In this case, no attitude mode will be set.Kind regards.