SetVelocityLimits constructor
SetVelocityLimits({})
Implementation
SetVelocityLimits({
required this.horizontalSpeedLimit,
required this.verticalSpeedLimit,
required this.yawRateLimit,
required this.targetSystem,
required this.targetComponent,
});