Releases: ethz-asl/polygon_coverage_planning
Releases · ethz-asl/polygon_coverage_planning
v2.1.0
- Noetic installation.
- Remove catkin_simple dependency.
- Improves adjacency matrix conditioning to solve really large area problems and resolve tiny path differences.
v2.0.4
Removes old includes from mav_msgs and fixes build.
v2.0.3
- Remove mav_msgs dependency.
v2.0.1
Patch RVIZ polygon tool to display altitude first.
v2.0.0
This version breaks the user interface. Instead of mav_planning_msgs/PlannerService.srv
the planner can be interacted with polygon_coverage_msgs/PlannerService.srv
. This was necessary, because mav_planning_msgs is constant subject to change.
- Removes mav_planning_msgs dependency.
1.0.0
Initial stable release with
- Polygon coverage planning
- Polygon shortest path planning
- ROS API
- RVIZ polygon tool
Depending on CGAL 5.0.3 and memetic GTSP solver.