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

Revision history [back]

click to hide/show revision 1
initial version

I have just found the solution. In server.py, line 14

 rospy.init_node("dynamic_tutorials", anonymous = True)

I have changed anonymous = False. And in client.py, line 15

  rospy.wait_for_service("dynamic_tutorials")

I have change "dynamic_tutorials" to "dynamic_tutorials/set_parameters"

Everything work!!