Skip to main content

AVxcelerate Simulation Framework 2026 R1

File predictive_ttc_calculator.h

Last update: 09.03.2026

Location: 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&amp; 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>

Connect with Ansys