What is the difference between ros::NodeHandle nh("") and just ros::NodeHandle nh?
I understand that ros::NodeHandle nh("~")
is a private namespace and that ros::NodeHandle nh("/")
is the global namespace but what exactly is the difference between ros::NodeHandle nh("")
and ros::NodeHandle nh
, are they the same thing?