Function joint_limits::is_limited
Defined in File joint_limits_helpers.hpp
Function Documentation
-
bool joint_limits::is_limited(double value, double min, double max)
Checks if a value is limited by the given limits.
- Parameters:
value – The value to check.
min – The minimum limit.
max – The maximum limit.
- Returns:
True if the value is limited, false otherwise.