How to get namespace from launch for writing controller and pluggin .cc file in gazebo? [closed]
I have multiple node with different namespace in launch file of gazebo. Now I want to implement a common controller and plugin in gazebo that will retrieve the namespaces from gazebo for plugin into work on specific models (identified by namespace). How should I do that?