mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
update
This commit is contained in:
parent
caf2a045f3
commit
c86f933bf3
@ -39,11 +39,11 @@ def odom_callback(msg):
|
||||
|
||||
# Include covariance
|
||||
odom_normalized.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,
|
||||
0, 0, 0, 0, 0.01, 0,
|
||||
0, 0, 0, 0, 0, 0.01]
|
||||
0, 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, 0, 0, 0, 0, 0.01]
|
||||
|
||||
# Publish normalized odom
|
||||
pub.publish(odom_normalized)
|
||||
|
Loading…
Reference in New Issue
Block a user