- Update to use modern CMake idioms.
- Improve formatting.
- Added testing.
- Prepare for humble release.
- Added get_points function.
- Fix add point.
- A polygon can be created from a vector of points.
- Added checks for closed polygon.
- Fix install in CMakeLists.txt
- Fix slg_msgs in segment2D.hpp
- Delete unused SegmentStamped message.
- Added implicit conversions.
- Update syntax.
- Remove old conversions.
- Added copy constructor in segment2D.
- Fix some linter errors.
- Added ability to create NaN point.
- Added string enums.
- Using slg namespace for Point2D, Segment2D and polygon.
- Adding conversion for polygon to geometry_msgs.
- Rename internal message field to comply with ROS standard.
- Adding conversion for Point2D to geometry_msgs.
- Now using slg namespace.
- Added segment2D to PCL conversion.
- Initial release.
- Create README.md.
- Create CHANGELOG.rst.
- Create LICENSE.
- Added Point2D, Segment2D and Polygon classes.
- Added Segment.msg, SegmentStamped.msg and SegmentArray.msg messages.
- Added conversions (.h and .cpp files).
- Contributors: Alberto Tudela