Struct StateTolerances

Struct Documentation

struct StateTolerances

Trajectory state tolerances for position, velocity and acceleration variables.

A tolerance value of zero means that no tolerance will be applied for that variable.

Public Members

double position = 0.0
double velocity = 0.0
double acceleration = 0.0