4 from control_msgs.msg
import FollowJointTrajectoryActionFeedback, FollowJointTrajectoryActionResult, \
5 FollowJointTrajectoryAction, FollowJointTrajectoryGoal
6 from trajectory_msgs.msg
import JointTrajectory, JointTrajectoryPoint
7 import moveit_commander
12 if __name__ ==
'__main__':
13 rospy.init_node(
'robot_jogging')