Multiple robot coordination using PSO (Obstacle dimensions for particle swarm optimization) [closed]
Hi All,
I am trying to implement particle swarm optimization technique in ROS. For that I need vertices of obstacle/ dimensions. Is there any way of converting the obstacles from the SLAM map to convex polygons (using OpenCV (might be convex Hull?) ? I want to provide the coordinates of obstacles so that each obstacle consists of list of corner points of obstacles.
I would love to see that problem solved.