OTL / rqt_ez_publisher

ROS topic publisher GUI for rqt

Home Page:http://wiki.ros.org/rqt_ez_publisher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

range: max value 10000

gbr1 opened this issue · comments

I'm using rqt_ez_publisher to publish some float32 topic, unfortunately max range is -10000 10000.

Pls update to be a float32 maxrange.

commented

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.