roslaunch xml <env> tag
<env name="GAZEBO_MODEL_PATH" value="$(find ubr1_gazebo)/models:$(optenv GAZEBO_MODEL_PATH)" />
1, I am still confused with <env> tag though having read through the roslaunch xml tutorial, why to set the value like that ? Could u elaborate it for the script above?
2,Why multiple values are separated by colons, instead of spaces like in args tag and optenv tag ?
3, what's more, when do we need to use env and optenv args?