You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.4 KiB
Plaintext
72 lines
3.4 KiB
Plaintext
|
4 years ago
|
<launch>
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone1">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14551@14555" />
|
||
|
|
<!-- <param name="fcu_url" value="/dev/ttyUSB0" /> -->
|
||
|
|
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="1" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" />
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone2">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14561@14565" />
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="2" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" />
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone3">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14571@14575" />
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="3" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" /> -->
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone4">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14581@14585" />
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="4" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" /> -->
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone5">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14591@14595" />
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="5" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" /> -->
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
<node pkg="mavros" type="mavros_node" name="mavros" required="false" clear_params="true" output="screen" respawn="true" ns="/drone6">
|
||
|
|
<param name="fcu_url" value="udp://127.0.0.1:14601@14605" />
|
||
|
|
<param name="gcs_url" value="" />
|
||
|
|
<param name="target_system_id" value="6" />
|
||
|
|
<param name="target_component_id" value="1" />
|
||
|
|
<param name="fcu_protocol" value="v2.0" /> -->
|
||
|
|
|
||
|
|
<!-- load blacklist, config -->
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_pluginlists.yaml" />
|
||
|
|
<rosparam command="load" file="$(find mavros)/launch/apm_config.yaml" />
|
||
|
|
</node>
|
||
|
|
</launch>
|