Introduction and Resources

The goal of this lab is to gain experience using the tf system in ROS. Unfortunately, the Python API for tf is not very well documented on the ROS wiki. Here are some places you can get information:

Here is some example code illustrating the process of transforming a stamped point from one coordinate frame to another using tf: tf_demo.py

Proportional Navigation: Practicing with tf