Skip to content

Commit

Permalink
updating getTransformationFromBodyToImu
Browse files Browse the repository at this point in the history
  • Loading branch information
phil0stine committed May 20, 2022
1 parent 15acf22 commit 0230eed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ def getTransformationFromBodyToImu(self):
if self.isReferenceImu:
return sm.Transformation()
return sm.Transformation(sm.r2quat(self.q_i_b_Dv.toRotationMatrix()) , \
np.dot(self.q_i_b_Dv.toRotationMatrix(), \
self.r_b_Dv.toEuclidean()))
- np.dot(self.q_i_b_Dv.toRotationMatrix(), \
self.r_b_Dv.toEuclidean()))

def findOrientationPrior(self, referenceImu):
print("")
Expand Down

0 comments on commit 0230eed

Please sign in to comment.