boost Polygon to geometry_msgs/Polygon
Hi,
I have a polygon defined as boost::geometry::model::polygon, now I would like to publish it on a topic. I saw that there is the geometry_msgs/Polygon that is very similar. There is a function that allows a conversion between them or I have to scan all the vertices and build the geometry_msgs by myself ?
Thank you very much !