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

Neato Laser Scan shows impossible data's in RVIZ

asked 2013-04-09 20:36:59 -0500

Marcel gravatar image

updated 2014-01-28 17:16:07 -0500

ngrennan gravatar image

Hi I've got my neato robotics vacuum cleaner and I'm interested in the data of the laser scanner. I did the following tutorials to connect it to ROS and plot it in RVIZ.

http://www.ros.org/wiki/xv_11_laser_driver/Tutorials/Connecting%20the%20XV-11%20Laser%20to%20USB

http://www.ros.org/wiki/xv_11_laser_driver/Tutorials/Running%20the%20XV-11%20Node#View_the_data_in_RVIZ

The data plotted by RVIZ are shown like in a random angle and also the distance is not correct. So it looks about setting random dots around the center and update them about 3 times a second (Depending on the voltage of the motor).

Analyzing the serial data on the bus it looks for me like they still stick to the protocol of LDS V2.5 described at http://xv11hacking.wikispaces.com/LIDAR+Sensor

I use ROS Fuerte, LDS V2.6.1529

Any ideas what I'm doing wrong?

Thanks for any help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2013-04-09 21:14:46 -0500

Jbot gravatar image

Try using the parameter :

rosrun xv_11_laser_driver neato_laser_publisher _firmware_version:=2

If you don't fix the parameter to 2, the LIDAR protocole will not be understood by neato_laser_publisher.

edit flag offensive delete link more

Comments

Thank you for this answer. This solved the problem.

Marcel gravatar image Marcel  ( 2013-04-09 22:37:05 -0500 )edit

You're welcome ! Don't hesitate to mark the correct answer ;)

Jbot gravatar image Jbot  ( 2013-04-10 21:41:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-04-09 20:36:59 -0500

Seen: 1,213 times

Last updated: Apr 09 '13