Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.34 KB | None | 0 0
  1. <launch>
  2.   <node pkg="hector_imu_attitude_to_tf" type="imu_attitude_to_tf_node" name="imu_attitude_to_tf_node" output="screen">
  3.     <remap from="imu_topic" to="/imu/data" />
  4.     <param name="base_stabilized_frame" type="string" value="base_stabilized" />
  5.     <param name="base_frame" type="string" value="base_footprint" />
  6.   </node>
  7. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement