Merge pull request #230 from mindThomas/patch-1
Corrected Bias key index in IMUKittiExampleGPS.mrelease/4.3a0
commit
57da7b31d0
|
@ -99,7 +99,7 @@ for measurementIndex = firstGPSPose:length(GPS_data)
|
|||
newFactors.add(ImuFactor( ...
|
||||
currentPoseKey-1, currentVelKey-1, ...
|
||||
currentPoseKey, currentVelKey, ...
|
||||
currentBiasKey, currentSummarizedMeasurement));
|
||||
currentBiasKey-1, currentSummarizedMeasurement));
|
||||
|
||||
% Bias evolution as given in the IMU metadata
|
||||
newFactors.add(BetweenFactorConstantBias(currentBiasKey-1, currentBiasKey, imuBias.ConstantBias(zeros(3,1), zeros(3,1)), ...
|
||||
|
|
Loading…
Reference in New Issue