Move inside the ROS workspace and Create a ros package that depends on TF, roscpp, rospy, turtlesim.
Assuming workspace name is 'robotics'
cd robotics/srccatkin_create_pkg lab_1_tf tf roscpp rospy turtlesimMove to workspace root and build the package
cd ..catkin buildor
catkin_makemove inside the package and create a folder called scripts
cd robotics/src/lab_1_tfmkdir scriptsThis folder will hold all the python scripts required by the nodes.