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
This fix lets the user write slider limits that are higher than 10k or lower than -10k. The min and max spinboxes become slightly larger due to the larger limits. It would be a good feature to set a fixed spinbox length to solve this.
I have added a new commit to my pull request #25 to solve your issue. It will be good if it gets added soon. In the mean time, you can try copying the changes in commit e755408 to your currently installed package. This can be done modifying the file in "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_ez_publisher/widget/double_value_widget.py" (or similar route) and adding the new code.
I'm using rqt_ez_publisher to publish some float32 topic, unfortunately max range is -10000 10000.
Pls update to be a float32 maxrange.
The text was updated successfully, but these errors were encountered: