Skip to content

Commit

Permalink
use existing method to get T_i_b
Browse files Browse the repository at this point in the history
  • Loading branch information
phil0stine committed May 16, 2022
1 parent 4847ff7 commit f7b5de8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,7 @@ def getImuConfig(self):
return self.imuConfig

def updateImuConfig(self):
self.imuConfig.setImuPose(sm.Transformation(sm.r2quat(self.q_i_b_Dv.toRotationMatrix()), \
self.r_b_Dv.toEuclidean()).T())
self.imuConfig.setImuPose(self.getTransformationFromBodyToImu())
self.imuConfig.setTimeOffset(self.timeOffset)

def __init__(self, imuConfig, parsed, isReferenceImu=True, estimateTimedelay=True):
Expand Down

0 comments on commit f7b5de8

Please sign in to comment.