Skip to content

Instantly share code, notes, and snippets.

@SteveMacenski
Created November 8, 2018 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveMacenski/98fb14afe249c430d1407c36279797ce to your computer and use it in GitHub Desktop.
Save SteveMacenski/98fb14afe249c430d1407c36279797ce to your computer and use it in GitHub Desktop.
Example Hokuyo ros launch file
<launch>
<node pkg="urg_node" type="urg_node" output="screen" name="urg_node" respawn="true">
<param name="ip_address" value="10.2.98.10" />
<param name="frame_id" value="base_laser_link" />
<remap from="scan" to="scan_raw" />
<remap from="scan_filtered" to="scan_filtered" />
</node>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment