forked from Sarang-BITS/FANS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pci8drones.launch
41 lines (34 loc) · 1.32 KB
/
pci8drones.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<launch>
<group ns="uav0">
<rosparam command="load" file="$(find pci)/config/uav0.yaml" />
<node pkg="pci" type="pci_node" name="uav0" output="screen" />
</group>
<group ns="uav1">
<rosparam command="load" file="$(find pci)/config/uav1.yaml" />
<node pkg="pci" type="pci_node" name="uav1" output="screen" />
</group>
<group ns="uav2">
<rosparam command="load" file="$(find pci)/config/uav2.yaml" />
<node pkg="pci" type="pci_node" name="uav2" output="screen" />
</group>
<group ns="uav3">
<rosparam command="load" file="$(find pci)/config/uav3.yaml" />
<node pkg="pci" type="pci_node" name="uav3" output="screen" />
</group>
<group ns="uav4">
<rosparam command="load" file="$(find pci)/config/uav4.yaml" />
<node pkg="pci" type="pci_node" name="uav4" output="screen" />
</group>
<group ns="uav5">
<rosparam command="load" file="$(find pci)/config/uav5.yaml" />
<node pkg="pci" type="pci_node" name="uav5" output="screen" />
</group>
<group ns="uav6">
<rosparam command="load" file="$(find pci)/config/uav6.yaml" />
<node pkg="pci" type="pci_node" name="uav6" output="screen" />
</group>
<group ns="uav7">
<rosparam command="load" file="$(find pci)/config/uav7.yaml" />
<node pkg="pci" type="pci_node" name="uav7" output="screen" />
</group>
</launch>