forked from iralabdisco/ira_laser_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
751d310
commit f65d04a
Showing
2 changed files
with
13 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<!-- | ||
DESCRITPION | ||
--> | ||
|
||
|
||
<launch> | ||
<node pkg="ira_laser_tools" name="laserscan_multi_merger" type="laserscan_multi_merger" output="screen"> | ||
<param name="destination_frame" value="/cart_frame"/> | ||
<node pkg="ira_laser_tools" name="laserscan_multi_merger" type="laserscan_multi_merger" output="screen"> | ||
<param name="destination_frame" value="/base_link"/> | ||
<param name="cloud_destination_topic" value="/merged_cloud"/> | ||
<param name="scan_destination_topic" value="/scan_multi"/> | ||
<param name="laserscan_topics" value ="scandx scansx" /> <!-- LIST OF THE LASER SCAN TOPICS TO SUBSCRIBE --> | ||
<param name="laserscan_topics" value ="/front_scan /back_scan" /> <!-- LIST OF THE LASER SCAN TOPICS TO SUBSCRIBE --> | ||
</node> | ||
</launch> |
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