tf tutorials: static TransformBroadcaster [closed]
Hi everyone
I'm trying to understand the reasons of using 'static' tf transformBroadcaster (static tf::TransformBroadcaster br;) in the tf tutorials page ( http://wiki.ros.org/tf/Tutorials/Writ... ). I understand what does a static member do, but I really cannot understand the reasons of using it in that example!
Thank you in advance!