Laser scan matcher with few scan points
Hello ROS-Community
I have a question regarding localization with a laser scanner. I am planing to use a Hokuyo Laser Scanner to localize my robot. I tried the laser scan matcher package in a small room and it worked perfectly. The robot is meant to operate on a table 2x3 meters in size. On each corner there are 8x8x8 cm beacons and a large semicircle on the side which must be used for localization. The sensor will see something like the figure below.
_ ___________ _
|_| | | |_|
\_________/
_ _
|_| |_|
Is it possible to use the laser scan matcher package on an environment with few objects to match such as the beacons above? Odometry information will be available. At the moment, the laser is not available, so I can't test it. My guess is, that the laser scan matcher package works mainly with straight lines.
Thank you in advance for your answers
Steve
Appended
Ok, thank you. I will try to limit the FOV of the laser. I thought of tracking the beacons. Since I know their initial position and the laser operates with 10 Hz I can create for each beacon a ROI and ignore the remainig scans. Then it shouldn't (theoretically) matter if there are moving objects around the table. As soon as the laser is available, I will try this. Thank you very much!