TrajectoryRepresentationBezier constructor
TrajectoryRepresentationBezier({})
Implementation
TrajectoryRepresentationBezier({
required this.timeUsec,
required this.posX,
required this.posY,
required this.posZ,
required this.delta,
required this.posYaw,
required this.validPoints,
});