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.
13 lines
631 B
XML
13 lines
631 B
XML
<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="/dev/serial/by-id/usb-ArduPilot_fmuv3_2D004E000F51393431353037-if00" />
|
|
<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>
|
|
</launch> |