Search found 1 match

by ThanhNguyen
Sun Nov 24, 2019 2:37 pm
Forum: Software development
Topic: getEstimatedAttitude: Idea
Replies: 47
Views: 40404

Re: getEstimatedAttitude: Idea

Hello ziss_dm, I think that your code is not match with rotation Vector (in theory) tmpZ = EstV.V.Z EstV.V.Z = scos(deltaGyroAngle.A[ROLL]) * EstV.V.Z - ssin(deltaGyroAngle.A[ROLL]) * EstV.V.X; (eq 1) EstV.V.X = ssin(deltaGyroAngle.A[ROLL]) * EstV.V.Z + scos(deltaGyroAngle.A[ROLL]) * EstV.V.X; (eq 2...