opals::TrajectoryCorrectionModel Namespace Reference

Correction models for flight trajectories. More...

Enumerations

enum  Type { bias, linear, spline, Count }

Detailed Description

Correction models for flight trajectories.

Enumeration Type Documentation

enum Type
Enumerator:
bias 

Offsets of position and rotation. Polynomial degree: 0.

linear 

Offsets and scales of position and rotation. Polynomial degree: 1.

spline 

Cubic spline. Polynomial degree: 3.

Count 

number of elements