Update encoder_odom_publisher.py

This commit is contained in:
bjoernellens1 2025-01-16 11:30:48 +01:00 committed by GitHub
parent 3eb3410094
commit d179caf538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ class EncoderOdometry:
# Include Covariance Matrix
# Include covariance
odom_normalized.pose.covariance = [0.01, 0, 0, 0, 0, 0,
odom.pose.covariance = [0.01, 0, 0, 0, 0, 0,
0, 0.01, 0, 0, 0, 0,
0, 0, 0.01, 0, 0, 0,
0, 0, 0, 0.01, 0, 0,