Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

48 lines (25 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 17-10-2022

Added

  • Tests to do cover < 90% functions

Changes

  • SG use the objective function as a parameter instead of a template.
  • RP do not save the swaths and modify them using the functions provided
  • PP do not save the robot and use the robot params with a param on the function.

Changes

  • Objectives are split for each of the modules.
  • Global objective renamed to SG objective.
  • Path objective renamed to RP objective.

Added

  • PP objective
  • HL objective

[1.1.0]

Added

  • On HL module: constant headland algorithm.
  • On SG module: brute force algorithm.
  • On RP module: Boustrophedon, custom, snake and spiral.
  • On PP module: Dubins and Reeds-Sheep with/without continuous curvature.
  • Objective functions are split between global and path cost functions.