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