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

rplidarNode on raspberi pi, Error health code: 8000802

asked 2016-01-08 03:39:01 -0500

Jeesang gravatar image

Hello, I am working on ROS on Raspberry Pi2.

My problem is that rplidarNode not working on Raspberry Pi. But give the message : "Error, cannot retreive rplidar health code: 8000802"

What's mean ? I curious about this...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-01-08 05:30:52 -0500

YingHua gravatar image

updated 2016-01-08 05:55:12 -0500

Have you check the permission of serial port?

ll /dev/ttyUSB*

If the permission is not to be read,

sudo chmod 666 /dev/ttyUSB*

After that,you can start to run the sample. terminal 1:

roslaunch rplidar_ros rplidar.launch

terminal 2:

rosrun rplidar_ros rplidarNodeClient

And the terminal 2 will show the rplidar scanner's data.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-08 03:39:01 -0500

Seen: 1,198 times

Last updated: Jan 08 '16