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

Kinect laser scan angle

asked 2013-07-10 09:12:49 -0500

mickey11592 gravatar image

updated 2016-10-24 09:10:26 -0500

ngrennan gravatar image

How do you set the min and max laser scan angle for the kinect? I have checked out dynamic reconfigure and do not see any way of changing the angles. In ros electric, the view angle was almost 180 degrees, in groovy it seems to be only about 57 degrees. I need to have the same view angle that groovy did. How can I change the min and max view angle?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2013-07-10 11:09:50 -0500

po1 gravatar image

The Kinect has a field of view of 57º, I do not know any mean to change that other than using an optical adapter. You can see the specs here.

A field of view of 180º for a Kinect seems like a bug...

If 57º is too narrow, the obvious solution if you can afford it would be to use one or more additional devices.

edit flag offensive delete link more

Comments

Thank you for your reply. I do not think that 180 degrees was a bug though because my whole class used the turtlebot with kinect running ros electric for a few projects and we all received approximately 180 degrees as a viewing angle. I am hoping there is a way to receive that again in groovy.

mickey11592 gravatar image mickey11592  ( 2013-07-10 11:13:39 -0500 )edit
2

As po1 said, there's no way for the kinect to physically see more than about 57 degrees. You can pad this on both sides with "don't know" readings to get 180 degrees of scan, but there isn't a way to fill these additional 133 degrees with meaningful readings.

Bill Smart gravatar image Bill Smart  ( 2013-07-10 11:45:01 -0500 )edit

I don't understand how the kinect had approximately 180 degree field of view when running ros electric then. They were not padded readings, they were accurate since we used them to drive forward and stay in the center of the hallway, and used rviz to view and test the scans.

mickey11592 gravatar image mickey11592  ( 2013-07-11 09:02:23 -0500 )edit

Micket11592, how did you implement the code for the turtlebot so that it stays in the middle of the hallway? could you share your code please?

Vinh K gravatar image Vinh K  ( 2016-07-18 18:38:00 -0500 )edit

Question Tools

Stats

Asked: 2013-07-10 09:12:49 -0500

Seen: 1,085 times

Last updated: Jul 10 '13