ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found the answer.

I had to add groups, like this :

<group ns="car1">
  <include file="$(find simulation)/launch/spawn_car.launch">
    <arg name="model" value="golf"/>
    <arg name="E1" value="1"/>
    <arg name="immat" value="golf-AAA"/>
  </include>
</group>

<group ns="car6">
<include file="$(find simulation)/launch/spawn_car.launch">
  <arg name="model" value="delorean"/>
  <arg name="F3" value="1"/>
  <arg name="immat" value="delorean-AAB"/>
</include>
</group>