## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= ## descriptive title for the tutorial ## title = Rocon Launch ## multi-line description to be displayed in search ## description = Script for launching multiple ros systems on one pc, very useful for debugging the concerts. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link= ## next.1.link= ## what level user is this tutorial for ## level= IntermediateCategory ## keywords = rocon launcher #################################### <> == Overview == To properly debug the [[rocon_gateway|gateway model]] or the [[rocon_concert|concert]] it gets tedious starting multiple shells, setting the port number for each master and individually launching each bringup launch script. This tool does that job for you in the same style as roslaunch. == Xml == It has a very similar feel to a regular roslaunch file and should be self-explanatory. A simple example from [turtle_concert]: {{{#!highlight xml }}} == Usage == It uses the familiar roslaunch ` ` arguments, except that the `.launch` file is replaced with a `.concert` file of the format specified above. {{{ > rocon_launch turtle_concert turtle.concert }}} === Terminals === The script launches a terminal for each launch in the rocon launch xml file. The type of terminal is autodetected, but can be forced to `gnome-terminal` or `konsole` with the `--gnome` or `--konsole` options. === Tab Completion === Multiple launchers may use the same port. If the file suffix is `.concert`, then tab completion will also work just like roslaunch. === Screen Verbosity === The tool also accepts the `--screen` argument and behaves the same way as the option for `roslaunch`. ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE