ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

something wrong with rqt_reconfigure

asked 2013-06-13 14:55:18 -0500

David_xiong gravatar image

Hi, all, I'm trying to get the pointcloud data from point_clooud2, but I just want the pointcloud data with short depth, so I try to use "rosrun rqt_reconfigure rqt_reconfigure" to change the depth parameter, unluckily, I can't find the node "/camera/depth/points" on the rqt_reconfigure_param dashboard, so if there is anyway I can use to reset the depth parameter of the node "/camera/depth/points" ? To sum up, I want to get the point_cloud data with short depth. Thanks.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-06-13 22:24:02 -0500

130s gravatar image

I understand your problem as you "want to change parameter while nodes are running", am I right?

Hopefully so, then does $ rosrun dynamic_reconfigure dynparam list return the node you want? If not, that node is not publishing dynamic_reconfigure-able parameters, which is the root cause of the problem you're seeing. Since rqt_reconfigure uses dynamic_reconfigure API internally, it can't see what dynamic_reconfigure can't.

edit flag offensive delete link more
0

answered 2013-06-13 14:56:51 -0500

David_xiong gravatar image

By the way, I'm using GROOVY.

edit flag offensive delete link more

Comments

Please don't add your comment as an answer; that's not how this forum is designed. Instead, you can modify your own question.

130s gravatar image 130s  ( 2013-06-13 22:26:02 -0500 )edit

Question Tools

Stats

Asked: 2013-06-13 14:55:18 -0500

Seen: 467 times

Last updated: Jun 13 '13