File predictive_ttc_calculator.h
Last update: 09.03.2026Location: autonomy/evaluator/predictive_ttc_calculator/predictive_ttc_calculator.h
Classes
Namespaces
Includes
- <osi_groundtruth>
Included by
Source
#pragma once
#include <osi_groundtruth>
namespace simulation_framework
{
namespace evaluator
{
class PredictiveTimeToCollisionCalculator
{
public:
std::chrono::milliseconds Calculate(const osi3::GroundTruth& ground_truth) const;
private:
uint64_t predictive_ttc_precision_{100};
uint64_t predictive_ttc_max_{20000};
};
} // namespace evaluator
} // namespace simulation_framework
[static]: https://img.shields.io/badge/-static-lightgrey (static)</osi_groundtruth></osi_groundtruth>