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

lidar not publishing /scan data

asked 2015-09-25 08:39:00 -0500

denim_patel gravatar image

Hello everyone,

I am currently working on robopeak rplidar,

I used github to setup everything,now everything is running good .but when i launched view_rplidar.launch it launched everything including RVIZ As expected ,but RVIZ didn't show lidar data in its GUI.

When i checked " rostopic echo /scan " it was not publishing anything .

I asked samething on support@robopeak.com they asked to check ros is having the access of rplidar or not I checked that also by overwriting "sudo chmode a+rw /dev/ttyUSB0"

Yet problem is same .... Rplidar is not publishing/scan data What can be the other problems

I have configured tf also .

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2015-09-27 04:21:55 -0500

duck-development gravatar image

Disconnect the sensor type in a terminal dmesg and memorise the last lines. Connect the sensor and enter the dmesg command, look for the memorised lines and some lines later you can see something like /dec/acm... Or /dev/ttyU... the you need the permision for this device chmod or chown and you have to configure the device in the configs your prlaser node

edit flag offensive delete link more
0

answered 2015-09-26 12:52:17 -0500

allenh1 gravatar image

Try running the following. On some systems, the lasers get mapped there instead.

$ sudo chmod 777 -R /dev/ttyACM0
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-09-25 08:39:00 -0500

Seen: 1,437 times

Last updated: Sep 27 '15