In your VM, install:
- Linux Xenial: https://releases.ubuntu.com/16.04/
- ROS Kinetic: http://wiki.ros.org/kinetic/Installation/Ubuntu
- Run
catkin_make
andsource devel/setup.bash
inside theeecs106a_final_proj
folder - Run
catkin_create_pkg drone_application std_msgs rospy roscpp
and then repeat Step 1 again cd
inside theardrone_tutorials
folder insideeecs106a_final_proj/src/
and runkeyboard_controller.py
(you may need to repeat Step 1 if packages are not found)