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
I want to control the expected position and yaw (use yaw to solve quaternions) and ignore pitch and roll. My problem now is that the expected position and quaternion I solved (solved by roll, pitch and yaw) have no chance to twitch during actual control, so I tried to set pitch and roll to 0 and only set yaw to solve quaternion. Although the effect is better, it still twitches and is not smooth. Do you have any guidance
The text was updated successfully, but these errors were encountered:
I want to control the expected position and yaw (use yaw to solve quaternions) and ignore pitch and roll. My problem now is that the expected position and quaternion I solved (solved by roll, pitch and yaw) have no chance to twitch during actual control, so I tried to set pitch and roll to 0 and only set yaw to solve quaternion. Although the effect is better, it still twitches and is not smooth. Do you have any guidance
The text was updated successfully, but these errors were encountered: