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

Are you expecting node(let)s to be aware of parameter changes without using dynamic_reconfigure?

If so, that's not an assumption you can make. It's not good practice to read parameters after having started a node / initialised a nodelet, so I would not be surprised if your nodelet does not update its settings after changing them with rosparam set ...