Setting machine-dependent args in launch files?
Is there any way to set arguments in launch files as a function of machine name/HOSTNAME?
Specifically, I would like to run the same launch file on multiple machines, but with 1 of the args changing based on machine name. I am aware there are (currently) no arg comparators in roslaunch (only if/unless statements), and have investigated the <machine> tag, but was not successful in getting this to work.
Thanks ahead