forked from jsk-ros-pkg/jsk_recognition
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jsk-ros-pkg#2821 from pazeshun/fix_test_2817
[jsk_pcl_ros] Fix errors on test_octomap_server_contact_pr2.test
- Loading branch information
Showing
5 changed files
with
35 additions
and
4 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<launch> | ||
<include file="$(find jsk_pcl_ros)/sample/sample_octomap_server_contact_pr2.launch" > | ||
<arg name="use_gui" value="false" /> | ||
</include> | ||
|
||
<test test-name="test_octomap_server_contact_pr2" | ||
name="test_octomap_server_contact_pr2" | ||
pkg="jsk_tools" type="test_topic_published.py" | ||
retry="3"> | ||
<rosparam> | ||
topic_0: /occupied_cells_vis_array | ||
timeout_0: 30 | ||
topic_1: /free_cells_vis_array | ||
timeout_1: 30 | ||
topic_2: /unknown_cells_vis_array | ||
timeout_2: 30 | ||
topic_3: /octomap_full | ||
timeout_3: 30 | ||
topic_4: /octomap_binary | ||
timeout_4: 30 | ||
</rosparam> | ||
</test> | ||
</launch> |