May I run Parameter Server separated?
Hi everybody: Does there any way to separate Parameter Server from roscore, and run alone!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I'm no expert and it's hard to prove a negative, but I think it is not possible. I conclude so by briefly examining the source code for rosmaster and rosparam:
As far as I see there is no server code in the rosparam implementation, but just the dictionary logic. The server stuff is in the rosmaster code. See Line 324.
Asked: 2016-10-14 03:53:53 -0500
Seen: 347 times
Last updated: Oct 14 '16
Getting all parameter names using C++
rosparam: Can't set parameters on Master, via launch file
Parameters do not updated until I rerun roscore
Multiple or Conditional Configuration Parameters
How to I list a shared parameter to a node
Empty parameter in remote launch
Run a ros service callback "parallel"
Notification when a parameter in param server is changed
May I ask what you would gain from running them separatly?