mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
Update encoder_odom_publisher.py
This commit is contained in:
parent
3eb3410094
commit
d179caf538
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user