Skip to content

Dijkstra-based path tracing on the surface #14

Open
@sebmestrallet

Description

@sebmestrallet

Currently, trace_path_on_chart() (in include/geometry.h) uses a greedy approach by picking as next edge the most aligned with the target direction.

Dijkstra's algorithm would be more robust and allow to take curvature and sharp edges into account.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions