How to see all parameters in the parameter server ?
Hello everyone !
I use the eband_local_planner for the navigation of my robot in simulation.
The problem is that when I type the command rosparam list
, I can't see the parameters of my planner.
It is the same if I type rosparam get parameter_name
, I get a message which says that the requested parameter does not exist.
However, if I load these invisible parameters from a YAML file, I can see their effects but they doesn't appear in the parameter server through the previously indicated commands.
They doesn't appear neither using the rosrun rqt_reconfigure rqt_reconfigure
command.
My question is: How to have this visibility ?
I ask that because I want to be able to access these parameters in the parameter server in order to modify the behaviour of my robot from a C++ node.
If anyone can help me, I will be grateful,
lfr
What do you mean when you say "load invisible parameters". When you load parameters they are on the param server and also appear in
rosparam list
.I mean that the parameters exists but are not in the parameter server when I try to get them. This is exactly the problem.
rosparam list
should display the eband_local_planner parameters but it doesn't and I don't know why.just notice that trying to get a parameter does not mean that it exist in the parameter server. (I explained it below)