Skip to content

Commit

Permalink
added flag to enable command feedthrough to integration test launch f…
Browse files Browse the repository at this point in the history
…ail such that the test works again
  • Loading branch information
mfaessle committed Sep 20, 2018
1 parent e82b386 commit ab63fbb
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

<include file="$(find rpg_rotors_interface)/launch/quadrotor_empty_world.launch">
<arg name="quad_name" value="$(arg quad_name)"/>
<arg name="enable_command_feedthrough" value="True"/>
</include>

<group ns="$(arg quad_name)" >

<test pkg="rpg_quadrotor_integration_test"
test-name="rpg_quadrotor_integration_test"
<test pkg="rpg_quadrotor_integration_test"
test-name="rpg_quadrotor_integration_test"
type="rpg_quadrotor_integration_test" time-limit="120.0" />

</group>

</launch>

0 comments on commit ab63fbb

Please sign in to comment.