ros-visualization / rqt_reconfigure

http://wiki.ros.org/rqt_reconfigure
Other
22 stars 50 forks source link

rqt_reconfigure not displaying any param #4

Open dirk-thomas opened 7 years ago

dirk-thomas commented 7 years ago

From @fw-timku on February 23, 2017 4:2

Ubuntu 16.04 Realsense R200 camera

Hi all, I am trying to change the realsense r200 camera settings (lr_gain, lr_exposure etc.) in the r200_params file located in the realsense_camera/cfg folder. I did launch the camera driver through the rgbd nodelet and after which I type the following command 'rosrun rqt_reconfigure rqt_reconfigure' to launch the rqt reconfig window. However, there is nothing shown in the window. Anyone knows what is the problem?

rqt

_Copied from original issue: ros-visualization/rqt_commonplugins#435

Kukanani commented 7 years ago

Hi,

I have seen this issue before. Have you tried dragging the left side panel open?

leftedge

csperbeck6 commented 6 years ago

When I execute "rosrun rqt_reconfigure rqt_reconfigure", mine displays the gui window, but displays no parameter values. I do see the expand and collapse buttons. Any ideas?

130s commented 6 years ago

You might want to go through troubleshooting section first for this kind of issue on rqt_reconfigure.

csperbeck6 commented 6 years ago

Thanks! I executed "rosrun dynamic reconfigure dynparam list" and it returned nothing so that is probably the issue. I am new to ROS and am not sure how to populate that dynamic list.

jcui65 commented 4 years ago

I also executed "rosrun dynamic reconfigure dynparam list" and it returned nothing. Then what to do next to fix this problem?

yongan007 commented 4 years ago

I have the same issue my rqt is just empty. I solve it by _rosrun rqt_gui rqtgui --clear-config

and then go plugin -> configuration -> dynamics configuration

leonhartyao commented 4 years ago

Hello, I have the same issue when putting the setup into a if segment. "dynparam list" returns nothing. However if I put the setup outside the if segment (the only difference is shown in the pics below), the dynamic reconfigure server works fine. It is proved that the program went inside the if segment, even the callback function has called once. Screenshot from 2020-03-16 16-24-28 Screenshot from 2020-03-16 16-26-02

PS: I would like to setup dynamic reconfigure depending on controller types, so a "if" is necessary.

SuYouge commented 4 years ago

I have the same issue my rqt is just empty. I solve it by _rosrun rqt_gui rqtgui --clear-config

and then go plugin -> configuration -> dynamics configuration

I met the same issue as @fw-timku and @yongan007 , i cant use rosrun rqt_reconfigure rqt_reconfigure

but rqt with dynamics configuration selected works fine which really confuses me.

Is there any solution for this issue? I not sure if its my python env problem or ros other part went wrong. trouble_shoot

130s commented 4 years ago

I don't have a fix but just another data point as a coworker just ran into this issue and was able to work it around by drag'n'drop suggested in https://github.com/ros-visualization/rqt_reconfigure/issues/4#issuecomment-297530525

I do see rosrun dynamic reconfigure dynparam list was NOT empty, in fact I did see the list I expect to see.

$ apt-cache policy ros-kinetic-rqt-reconfigure
ros-kinetic-rqt-reconfigure:
  Installed: 0.5.1-1xenial-20200229-053042+0000
sharathsrini commented 3 years ago

Hi,

I have seen this issue before. Have you tried dragging the left side panel open?

leftedge

This works. Thank you so much

ehvenimunis commented 3 years ago

Hi,

I have seen this issue before. Have you tried dragging the left side panel open?

leftedge This works. Thank you so much