Skip to content

Commit

Permalink
Added output for debugging. Realized we are working with Quaternios :O
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulFdzbis committed Jan 11, 2018
1 parent a5ede71 commit 083c555
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,13 @@ void TeoSimRateThread::run() {
double T_base_object_ox = T_base_object.rot.x;
double T_base_object_oy = T_base_object.rot.y;
double T_base_object_oz = T_base_object.rot.z;
double T_base_object_ow = T_base_object.rot.w;

cout<<"Orientacion X es: "<<T_base_object_ox<<endl;
cout<<"Orientacion Y es: "<<T_base_object_oy<<endl;
cout<<"Orientacion Z es: "<<T_base_object_oz<<endl;
cout<<"Valor W es: "<<T_base_object_ow<<endl;

//CD_INFO("%d",T_base_object_ox);
//CD_INFO("%d",T_base_object_oy);
//CD_INFO("%d",T_base_object_oz);

//Update psqIroned to the new values
for(int i=0; i<(sqIroned.size()); i++)
Expand Down

0 comments on commit 083c555

Please sign in to comment.