One terminal runs
Roscore
Another runs
rosrun turtlesim turtlesim_node
and another runs the following commands (from the catkin_ws directory)
source /devel/setup.bash
rosrun turtle_control turtle_movement.py
the turtle movement source code is in the src scripts directory named turtle_movement.py