{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Yaw-Only Color Tracker\n", "\n", "In this module we will implement a vision-based, closed-loop controller that attempts to hover the drone in place and yaw the drone to track an object identified by color segmentation\n", "\n", "[__Tentative Instructions__](https://github.mit.edu/BWSI/notebook_sandbox/tree/master/color_tracker)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.12" } }, "nbformat": 4, "nbformat_minor": 2 }