MultiEchoLaserScan versus LaserScan problems

asked 2017-06-20 15:22:19 -0500

DrWino gravatar image

updated 2021-11-11 18:33:47 -0500

miura gravatar image

I have a ROS python node working great using urg_node (ubuntu kinetic). I was using the scan topic and it returns the distances using dist = np.array(data.ranges) in the callback. HOWEVER, I have had to go to multiecho and now I have the topic echoes. I can read MultiEchoLaser message fine but the distance data is now buried in subtopic LaserEcho. If I try to read data.ranges in the callback I get the distance data, but it includes the echoes keyword. e.g echoes : [1.2389] and so on. How do I get just the float32 distance data similar to what I got using scan ? All help appreciated.

edit retag flag offensive close merge delete