Skip to content

Commit

Permalink
Fix model_state_test. -v means --version not --verbose (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored May 25, 2018
1 parent 1d8f4b2 commit 7ab6938
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!-- Launch file for ekf_localization_node_test-interfaces -->

<launch>

<param name="/use_sim_time" value="true" />

<!-- gazebo server-->
<node name="gazebo" pkg="gazebo_ros" type="gzserver" respawn="false" output="screen" args="-r $(find gazebo_plugins)/test/set_model_state_test/set_model_state_test_p2dx.world" />
<node name="gazebo" pkg="gazebo_ros" type="gazebo" respawn="false" output="screen"
args="--verbose $(find gazebo_plugins)/test/set_model_state_test/set_model_state_test_p2dx.world" />

<test test-name="set_model_state_test" pkg="gazebo_plugins" type="set_model_state-test" clear_params="true" time-limit="100.0" />

</launch>

0 comments on commit 7ab6938

Please sign in to comment.