Skip to content

Instantly share code, notes, and snippets.

@bsubei
Created May 28, 2015 17:02
static tf2 example
<launch>
<node pkg="tf2_ros" type="static_transform_publisher" name="camera_to_optical_tf" args="0 0 0 -1.570796 0 -1.570796 camera camera_optical" />
<!-- TODO set these actual transform values based on real robot!!! -->
<node pkg="tf2_ros" type="static_transform_publisher" name="base_footprint_to_base_link" args="0 0 0 0 0 0 base_footprint base_link" />
<node pkg="tf2_ros" type="static_transform_publisher" name="base_link_to_camera_tf" args="0 0 1.0 0 0.78539816339 0 base_link camera" />
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment