Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqt_reconfigure not displaying any param #4

Open
dirk-thomas opened this issue Apr 24, 2017 · 11 comments
Open

rqt_reconfigure not displaying any param #4

dirk-thomas opened this issue Apr 24, 2017 · 11 comments

Comments

@dirk-thomas
Copy link
Contributor

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_common_plugins#435

@Kukanani
Copy link

Hi,

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

leftedge

@csperbeck6
Copy link

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
Copy link
Member

130s commented Jan 31, 2018

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

@csperbeck6
Copy link

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
Copy link

jcui65 commented Feb 12, 2020

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

@yongan007
Copy link

yongan007 commented Feb 24, 2020

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

and then go plugin -> configuration -> dynamics configuration

@leonhartyao
Copy link

leonhartyao commented Mar 16, 2020

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
Copy link

SuYouge commented Apr 7, 2020

I have the same issue my rqt is just empty. I solve it by rosrun rqt_gui rqt_gui --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
Copy link
Member

130s commented May 13, 2020

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 #4 (comment)

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
Copy link

Hi,

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

leftedge

This works. Thank you so much

@ehvenimunis
Copy link

ehvenimunis commented May 18, 2021

Hi,

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

leftedge
This works. Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants