Fix off-by-one error in tgt_system (SDF version)

This commit is contained in:
Fabian Schilling 2019-07-04 14:59:28 +02:00 committed by Beat Küng
parent 5e39e14e7c
commit 6da8ce94f1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<include file="$(find mavros)/launch/px4.launch">
<arg name="fcu_url" value="$(arg fcu_url)"/>
<arg name="gcs_url" value=""/>
<arg name="tgt_system" value="$(eval 0 + arg('ID'))"/>
<arg name="tgt_system" value="$(eval 1 + arg('ID'))"/>
<arg name="tgt_component" value="1"/>
</include>
</group>