🔗 vedi pagina wiki sul package roslaunchroslaunch - ROS Wiki

In generale

Interpretazione di un launch file

🖥️ ROSlaunch command line

In generale vedi → roslaunch/Commandline Tools - ROS Wiki

Lanciare un .launch file

# lancia un launch file (sintassi come rosrun)
roslaunch <package-name> <launch-filename> [args]

# lancia un launch file dato il suo path
roslaunch <launch-file-paths...> [args]

Passare argomenti ad un launch file

per la parte XML vedi → roslaunch/XML/arg - ROS Wiki

per il remapping vedi anche → Nodes - ROS Wiki

# REMAPPING ARGUMENTS -- SOLO SE IL LAUNC FILE NE SPECIFICA
arg:=value

Opzioni del comando roslaunch