-
Notifications
You must be signed in to change notification settings - Fork 50
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
Comments
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? |
You might want to go through troubleshooting section first for this kind of issue on rqt_reconfigure. |
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. |
I also executed "rosrun dynamic reconfigure dynparam list" and it returned nothing. Then what to do next to fix this problem? |
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 but Is there any solution for this issue? I not sure if its my python env problem or ros other part went wrong. |
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
|
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?
Copied from original issue: ros-visualization/rqt_common_plugins#435
The text was updated successfully, but these errors were encountered: