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

Add a blind spot to 360 Lidar

asked 2017-02-24 17:27:28 -0500

burf2000 gravatar image

So I am using the Neato Lidar which is 360. However if part of it is blocked, it gets really confused.

Is there a way to tell ROS, don't use angle x to y on this sensor?

Should I just use a Kinect instead?

edit retag flag offensive close merge delete

Comments

See my answer to #q255110.

gvdhoorn gravatar image gvdhoorn  ( 2017-02-25 03:50:21 -0500 )edit

Thanks again mate

burf2000 gravatar image burf2000  ( 2017-02-25 14:17:11 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-25 18:32:48 -0500

kmhallen gravatar image

In #q255110, LaserScanAngularBoundsFilter allows you to change the range start and stop.

The laser_filters package also includes LaserScanAngularBoundsFilterInPlace to remove an arbitrary chuck, instead of changing the start and stop angles.

Example usage:
https://bitbucket.org/DataspeedInc/mo...
https://bitbucket.org/DataspeedInc/mo...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-02-24 17:27:28 -0500

Seen: 396 times

Last updated: Feb 25 '17