|
Hi
I used
"(*it)->getPose(&x_right,&y_right,&th);" to get th ( defined as double) . when i wanted to print to verify the value "sfMessage("th %.2f",th);" i always get a th=0.0 ??? I wanted to use th to test if the points come from the right or left side of the SICK. Note i get good valued for x_right & y_right. Thanks |