#include <pathprogressconfig.h>
Class that aggregates path validation minimum distances (advanced parameters)
Public Attributes | |
KyFloat32 | m_localMaxCostMultiplierOnPathDistance |
KyFloat32 | m_pathValidationMinDistanceBackward |
KyFloat32 | m_pathValidationMinDistanceForward |
KyFloat32 Kaim::AdvancedPathProgressConfig::m_localMaxCostMultiplierOnPathDistance |
Distance along the path from the ProgressOnPath used to compute the local maximum cost multiplier on path.
The Bot's avoidance and target-on-path computation are limited to the NavTags with a cost inferior or equal to the localCostOnPath.
In meters.
default value: 3.0f
KyFloat32 Kaim::AdvancedPathProgressConfig::m_pathValidationMinDistanceBackward |
KyFloat32 Kaim::AdvancedPathProgressConfig::m_pathValidationMinDistanceForward |