ArduPilot/ardupilot
AC_Avoidance: Dijkstra's VisGraph should hold distances in meters
开放
#11,582 创建于 2019年6月13日
CopterRovergood first issue
仓库指标
- 星标
- (9,336 个星标)
- PR 合并指标
- (平均合并 26天 16小时) (30 天内合并 166 个 PR)
描述
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.