rclcpp
rclcpp copied to clipboard
Fixed range checking for floating-type parameters
Description
Fixes #2898
Is this user-facing behavior change?
Yes. Trying to set a floating-point parameter with a configured range to a value outside this range that is either inf, -inf, or nan will now correctly fail.
Did you use Generative AI?
No.
Additional Information
Nothing that comes to mind.