4 Aug 2004 11:02
Re: eurler angles
Gerald Iakobinyi Pich <nutrina9 <at> yahoo.de>
2004-08-04 09:02:32 GMT
2004-08-04 09:02:32 GMT
A snapshot from my code....
regards
nutrina
--- joseoomartin <joseamartin <at> cantv.net> schrieb:
---------------------------------
Hi all, can anybody help ?
The euler angles does not work for me...
i am using it in this manner :
matrix = gps_get_matrix(gps);
euler_vector= eulerAngles(matrix);
phiX =euler_vector[0];
phiY =euler_vector[1];
phiZ =euler_vector[2];
tilt = (float)Math.sqrt(Math.pow(phiX,2) +
Math.pow(phiZ,2));
System.out.println("Inclinacion "+tilt+ " Valor X: "+
phiX + " Valor
Z: "+phiZ);
But always including the robot on the floor, Tilt = 0
, phiX -0 ,
phiZ =0 , ... Why ???
Thanks....
(Continue reading)
RSS Feed