GitHub - rodriguesrenato/coverage-path-planning: A …
https://github.com/rodriguesrenato/coverage-path-planning
Coverage-Path-PlanningDependenciesUsageChallengeSolutionResultsCode StructureStategyNext Features to Be ImplementedReferences The coverage planning solution was developed in the CoveragePlanner class, supported by two Enum classes PlannerStatus and HeuristicType A finite state machine approach was chosen to handle switching between search algorithm and make solution more modular for future improvements. It runs until find or not a path to complete coverage the map. The ma...
The coverage planning solution was developed in the CoveragePlanner class, supported by two Enum classes PlannerStatus and HeuristicType A finite state machine approach was chosen to handle switching between search algorithm and make solution more modular for future improvements. It runs until find or not a path to complete coverage the map. The ma...
DA: 53 PA: 58 MOZ Rank: 2