amcl_pose echo results explanation
Hello,
I have amcl_pose running. After I echoed it, this is what I see. I can see that covariance consists of 36 values, so I guess it is a 6x6 matrix, however position + orientation have 7 different values. What am I misunderstanding here? How do I interpret this?
header:
seq: 81
stamp:
secs: 1839
nsecs: 212000000
frame_id: map
pose:
pose:
position:
x: -7.76006046064
y: -1.15741912051
z: 0.0
orientation:
x: 0.0
y: 0.0
z: 0.841545398193
w: 0.540186396331
covariance: [0.0026612296465486907, -0.0006793180004436294, 0.0, 0.0, 0.0, 0.0, -0.0006793180004454058, 0.003341409476325552, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0012125460173182706]
Thanks!
EDIT: Why are X and Y for orientation equal to 0?