Move inside the ROS workspace and Create a ros package that depends on TF, roscpp, rospy.
Assuming workspace name is 'robotics'
cd robotics/srccatkin_create_pkg lab_2_3dPose tf roscpp rospyMove 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_2_3dPosemkdir scriptsThis folder will hold all the python scripts required by the nodes.