ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
1

Request Update in Dynamic Reconfigure Tutorial

asked 2015-09-10 03:57:25 -0500

nkt gravatar image

In "Setting up Dynamic Reconfigure for a Node (Python") tutorial, on line 14 of server.py, "anonymous = True" should be removed so that the client in the next tutorial can find this server node to communicate.

I encountered this problem while going through the tutorial. I am just a beginner so if I make any mistake, feel free to correct me. Thanks!

edit retag flag offensive close merge delete

Comments

I had a similar issue and removing "anonymous = True" resolved the issue. Should this be an expected outcome?

surfertas gravatar image surfertas  ( 2016-08-29 11:37:27 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-06-14 15:17:46 -0500

130s gravatar image

I think the communication between dynamic_reconfigure client and server does not depend on node name (in fact I don't know any communication on ROS network that does that. Someone please correct me if I'm wrong). In the same page you see an example of reconfigure GUI, which runs on a ROS node and is already able to find the server node you just defined in the same page. So anonymous is valid.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

3 followers

Stats

Asked: 2015-09-10 03:57:25 -0500

Seen: 162 times

Last updated: Jun 14 '16