Finding contour on LaserScan with RANSAC
Good afternoon,
I want to ask a question regarding RANSAC and it's using with LIDAR. I want to detect a specific dock station patter on a LaserScan msg. I want to use RANSAC but I can't understand what is the model which I have to fit and how can I create that model from dock station shape.
If someone has used RANSAC to detect some shapes for robot navigation before, could you explain to me that? Big thanks
I am not so good with PCL, but maybe to create the model I just have to feed my points of the dock station to pcl::SampleConsensusModel< PointT > ?