Can we start a ROS node without a Master URI or a Dummy URI and later provide the Master URi so that the node registers to it?
Is it possible to run the ROS node without a master , i.e I run the rosnode without the master and then later tell the rosnode to which MASTER URI it has to register to ? This was required to reduce the start time of the node ,if i have the nodes already running then it would help me start the application asap when the master is available.
Can you please give me feedback ?