Project Checkoff
Contents
Project Checkoff#
Functionality Check#
- Run - student_tof_pub.pyand open up the web interface. Move the drone up and down and ensure that the height readings are reasonable.
- Run - student_optical_flow_node.pyand- student_rigid_transform_node.pyand open up the web interface. Turn on velocity control (enabled by default). Slowly move the drone around over a highly textured planar surface and ensure that the raw velocity readings are reasonable.
Questions#
You will be asked to answer one of the following questions:
- What types of measurements does the flight controller report in order to describe the orientation of the drone? What do we do to these measurements and why? 
- How does optical flow allow us to estimate the planar velocity of the drone? Why do we need to fly over a textured surface? 
- Why do we have a - state_callbackin- student_analyze_phase.py? What do we do with the state information?
