ROS2 Global Parameters [How To]
In this tutorial I will show you how to create a sort of “global parameter server” node to keep ROS2 global parameters for all your other nodes. The thing is, in ROS2, params are specific to a specific node. You set params for a node, you start the node, and if you kill the node, … Read more