ROS2 parameter service: where is it?
I am new to ros2 and I am confused about parameter service implementation in ROS2 now. In ROS1, there is a parameter server in master node which is removed in ROS2.
I don't know if there is a specific parameter server somewhere exists in ROS2. If not, how can each node communicate to each other's paramter? I have read https://github.com/ros2/demos/blob/ma... for reference. There is a "wait_for_service" api in client, where is this service? Is there one parameter service for each node?
Please help me as i can't find much reference in other place.
Not an answer, but take a look at Parameter API design in ROS for the general design for parameters in ROS 2 and how that differs from the ROS 1 approach.