You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rqt_reconfigure node crashes when clicking a node that contains a parameter of type int, minimum value is -1 and maximum value is None (= INT_MAX).
I confirmed the error occurs on ROS noetic.
How to reproduce
For instance, if the parameter definition like below is contained, rqt_reconfigure crashes.
Description
rqt_reconfigure
node crashes when clicking a node that contains a parameter of typeint
, minimum value is-1
and maximum value isNone
(=INT_MAX
).I confirmed the error occurs on ROS noetic.
How to reproduce
For instance, if the parameter definition like below is contained,
rqt_reconfigure
crashes.I investigated using
gdb
and it looks there may be a bug in Qt.The text was updated successfully, but these errors were encountered: