Skip to content

Commit

Permalink
update odom yaw covariance
Browse files Browse the repository at this point in the history
  • Loading branch information
jsk-fetchuser authored and knorth55 committed Dec 5, 2022
1 parent 2614319 commit b399cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self):
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 1e-3]
0, 0, 0, 0, 0, 0.1]

def _cb(self, msg):
if all([x == 0 for x in msg.pose.covariance]):
Expand Down

0 comments on commit b399cdd

Please sign in to comment.