How can i initialize a node with two ros_init options?
Hi I am using ros melodic on Ubuntu 18.04 and I want to use both of the following ros init options:
ros::init(argc, argv, "my_node_name", ros::init_options::AnonymousName, ros::init_options::NoSigintHandler);
But this obviously wont work. Does someone know how to solve this?