pub fn validate_winch_limits(limits: &WinchLimits) -> ValidationResult<()>Expand description
Validate winch limits
Validates:
- cable_min <= cable_max
- cable values are non-negative
- speed and tension are non-negative
pub fn validate_winch_limits(limits: &WinchLimits) -> ValidationResult<()>Validate winch limits
Validates: