How do I start a node with an anonymous name with roslaunch?
I have a node that passes the following argument when calling ros::init
:
ros::init_options::AnonymousName
It works fine and gives me a unique node name. However, when I launch this node from a roslaunch file, it does not create a unique node name anymore.
How do I fix this?