Searched refs:secondGroundTruth (Results 1 – 1 of 1) sorted by relevance
361 const GroundTruthPoint& firstGroundTruth, const GroundTruthPoint& secondGroundTruth) { in generatePredictionsByLinearExtrapolation() argument363 const Eigen::Vector2f trajectory = secondGroundTruth.position - firstGroundTruth.position; in generatePredictionsByLinearExtrapolation()364 const float deltaPressure = secondGroundTruth.pressure - firstGroundTruth.pressure; in generatePredictionsByLinearExtrapolation()367 Eigen::Vector2f predictionPosition = secondGroundTruth.position; in generatePredictionsByLinearExtrapolation()368 float predictionPressure = secondGroundTruth.pressure; in generatePredictionsByLinearExtrapolation()369 nsecs_t predictionTargetTimestamp = secondGroundTruth.timestamp; in generatePredictionsByLinearExtrapolation()376 .originTimestamp = secondGroundTruth.timestamp, in generatePredictionsByLinearExtrapolation()