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
<launch> | |
<node pkg="tf" | |
type="static_transform_publisher" | |
name="link1_broadcaster" | |
args="0 0 0 0 0 0 world laser1 100" /> | |
<node pkg="tf" | |
type="static_transform_publisher" | |
name="link2_broadcaster" | |
args="1 0 0 0 0 0 world laser2 100" /> | |
<node pkg="rviz" |