ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rviz relative laser TF orientation seems wrong [closed]

asked 2015-11-12 15:17:58 -0500

codenotes gravatar image

It is likely I am not understanding something fundamental, but when I show laser scan data relative to a laser TF, RViz shows it in a strange orientation with respect to my base_laser frame. The "front" (that is, the scan points ahead of me) becomes the joint where the X and Y axis meet, so I see the scan points "ahead". But this, however, is not how the laser is mounter; Forward is the "X" direction along the x axis the TF. What we want, is the scan points to be ahead of the X axis...but this is never the case.

I tried to upload a screen capt, but apparently I need "5 points" in the forums to do this. So let me try this in text.

I get this:

X< (X is scan point(s) , and '<' is the X and Y axis of the TF as shown in Rviz (Y on top))

we want this: X_|

Where '_' would be my "forward" X axis of my TF and Y would be perpendicular to that.

Appreciate any guidance, am really not sure what I am missing.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Akif
close date 2015-11-13 09:57:04.778858

Comments

I did not get exactly what you ask for but it can be helpful if you can post your TF tree (rosrun tf view_frames) and tf broadcaster code between your base_link and base_laser frames.

Akif gravatar image Akif  ( 2015-11-12 15:33:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-11-12 15:44:38 -0500

codenotes gravatar image

I found the issue. You will get a rotated or transformed set of scan points if angle_min and angle_max are incorrect in your published laser_scan. I had in psuedocode:

scan.angle_min = -270 scan.angle_max = 270

where I needed to have and meant to have:

scan.angle_min = -270/2 scan.angle_max = 270/2

Silly mistake.

edit flag offensive delete link more

Comments

You can mark your own answer as accepted if this solves your issue.

Akif gravatar image Akif  ( 2015-11-13 01:01:48 -0500 )edit

unfortunately, being relatively new to the forums I don't have the community points to do much. ansers.ros says I need >10 to accept the answer. I can't upload pictures or files either.

codenotes gravatar image codenotes  ( 2015-11-13 06:42:07 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-11-12 15:17:58 -0500

Seen: 489 times

Last updated: Nov 12 '15