Class TravelEstimator
Defined in File Estimate.hpp
Nested Relationships
Nested Types
Class Documentation
-
class TravelEstimator
A class to estimate the cost of travelling between any two points in a navigation graph. Results will be memoized for efficiency.
Public Functions
-
TravelEstimator(const Parameters ¶meters)
Constructor
- Parameters:
parameters – [in] The parameters for the robot
-
class Result
The result of a travel estimation.
-
TravelEstimator(const Parameters ¶meters)