Rostopic node in launch files
I'm trying to add a rostopic -pub node into a launch file, but I don't know what I have to put in the launch file command line.
I guess this has to be the structure:
<node pkg="rostopic" type="pub" name="arbitrary_name" args=" /pkg_topic pkg_executable_file/message" output="screen"/>
Thank you for your comments.