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
What is the logic/math behind converting the non-linear attitude errors to angular velocity setpoints (as shown below)? is there a physical meaning to this conversion and to the constant attctrl_tau_?
Do you have any practical recommendations on how to get an accurate and proper normalization of the thrust command, i.e. how to estimate the norm_thrust_const_ and norm_thrust_offset_?
Hi @Jaeyoung-Lim ,
I have a couple of questions:
What is the logic/math behind converting the non-linear attitude errors to angular velocity setpoints (as shown below)? is there a physical meaning to this conversion and to the constant
attctrl_tau_
?mavros_controllers/geometric_controller/src/nonlinear_geometric_control.cpp
Line 63 in 8b3fff0
and
mavros_controllers/geometric_controller/src/nonlinear_attitude_control.cpp
Lines 56 to 58 in 8b3fff0
Do you have any practical recommendations on how to get an accurate and proper normalization of the thrust command, i.e. how to estimate the
norm_thrust_const_
andnorm_thrust_offset_
?mavros_controllers/geometric_controller/src/geometric_controller.cpp
Lines 408 to 410 in 8b3fff0
Thanks in advance!
The text was updated successfully, but these errors were encountered: