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.

39 lines
1.8 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>
</launch>