-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix melodic compiler warnings (#744)
* Fix model_state_test. -v means --version not --verbose (#710) * fix gazebo9 warnings by removing Set.*Accel calls (#728) * fix gazebo9 warnings by removing Set.*Accel calls * gazebo_plugins: don't use -r in tests
- Loading branch information
1 parent
1d4de71
commit cd23e3a
Showing
5 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
gazebo_plugins/test/set_model_state_test/set_model_state_test.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="gzserver" 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> |