ethz-asl / terrain-navigation

Repository for Safe Low Altitude Navigation in steep terrain for fixed-wing Aerial Vehicles
https://ieeexplore.ieee.org/abstract/document/10443502
BSD 3-Clause "New" or "Revised" License
87 stars 10 forks source link

Fix get Length #55

Closed Jaeyoung-Lim closed 4 months ago

Jaeyoung-Lim commented 4 months ago

Problem Description There was an epsillion value that was used to handle periodic paths, which have the start and end of the segment very close.

Since we have an explicit flag of noting whether the path is periodic or not, we can use it to calculate it for the length information.

Related: https://github.com/ethz-asl/terrain-navigation/pull/49