Clock server as nodelet
I have a nodelet that should act as clock server when it is started in simulation mode.
My problem is that if I set "use_sim_time" to true the "nodelet_manager" does not start because there is no clock source until my nodelet is started.
How can I solve this "snake biting its tale" problem?