the exported poses from calibration suggests the quaternions are 'w,x,y,z'
|
print("#timestamp, p_RS_R_x [m], p_RS_R_y [m], p_RS_R_z [m], q_RS_w [], q_RS_x [], q_RS_y [], q_RS_z []", file=f) |
but the conversion code
r2quat seems to be outputing 'x,y,z,w'