Skip to content

Instantly share code, notes, and snippets.

@bsubei
Created May 28, 2015 03:10
Show Gist options
  • Save bsubei/d5bb71d264830d94b285 to your computer and use it in GitHub Desktop.
Save bsubei/d5bb71d264830d94b285 to your computer and use it in GitHub Desktop.
static tf publisher launch file for camera
<launch>
<node pkg="tf" type="static_transform_publisher" name="camera_to_optical_tf" args="0 0 0 -1.570796 0 -1.570796 camera camera_optical 10" />
<!-- TODO set these actual transform values based on real robot!!! -->
<node pkg="tf" type="static_transform_publisher" name="base_footprint_to_base_link" args="0 0 0 0 0 0 base_footprint base_link 10" />
<node pkg="tf" type="static_transform_publisher" name="base_link_to_camera_tf" args="0 0 1.0 0 0.78539816339 0 base_link camera 10" />
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment