ArduPilot/ardupilot

AC_Avoidance: Dijkstra's VisGraph should hold distances in meters

Open

#11,582 opened on Jun 13, 2019

View on GitHub
 (13 comments) (0 reactions) (1 assignee)C++ (15,603 forks)batch import
CopterRovergood first issue

Repository metrics

Stars
 (9,336 stars)
PR merge metrics
 (Avg merge 26d 16h) (166 merged PRs in 30d)

Description

Dijkstra's VisGraph class should hold distances in meters. It currently holds the distances in cm perhaps because this saves a small amount in computation but even so we should change this to be meters.

Contributor guide