5.2.2 TF Reference Frames
Course subject(s)
Module 5. Robot Vision
In this lecture, we will learn how the TF reference frames are generated and where they are located.
Creation of reference frames:
- ROS Package:
robot_state_publisher
-
- joint state information –
/joint_states
topic - robot_description parameter – URDF/XACRO (
hrwros.xacro
)
- joint state information –
-
- A fixed reference frame for “world”
- A
joint_state_publisher
publishes combines information to the joint state topic-
source_list
combines joint states of the robots
-
- Load the URDF on to the parameter server
<include file="$(find hrwros_support)/launch/load_hrwros.launch"/>
-
- Contains
robot_description
that gets updated with the URDF elements.
- Contains
-
- Use of URDF to define where different objects are.
Location of the reference frame
- The origin tag
<origin xyz="-7.8 -1.5 0"/>
- Objects are defined via links which are connected via joints
- Frames are defined on joint origins
Hello (Real) World with ROS - Robot Operating System by TU Delft OpenCourseWare is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://online-learning.tudelft.nl/courses/hello-real-world-with-ros-robot-operating-systems//.