{ "metadata": { "name": "", "signature": "sha256:6b3f4f6b335b1c5e9821b78fd2201e44ad242ec9f470dc19e7f9ac60ab8a3e52" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "back to [Index](index.ipynb)" ] }, { "cell_type": "heading", "level": 1, "metadata": {}, "source": [ "Demos" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Laboratory on Wheels: the IPython Notebook on Robots\n", "https://www.youtube.com/watch?v=an5Jg6ZJzvg\n", "\n", "\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "from IPython.display import YouTubeVideo" ], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 1 }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('an5Jg6ZJzvg')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 9, "text": [ "" ] } ], "prompt_number": 9 }, { "cell_type": "markdown", "metadata": {}, "source": [ "### visual servoing with the ipython notebook \n", "https://www.youtube.com/watch?v=1QyGRRkRTA4\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('1QyGRRkRTA4')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 10, "text": [ "" ] } ], "prompt_number": 10 }, { "cell_type": "markdown", "metadata": {}, "source": [ "### In-Cell Simulation with the IPython Notebook\n", "https://www.youtube.com/watch?v=iOUrqoSdYwI\n", "\n", "source: [battlecruiser_demo.ipynb](battlecruiser_demo.ipynb)\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('iOUrqoSdYwI')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 11, "text": [ "" ] } ], "prompt_number": 11 }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Topgear's Zumy Playing Scrimmage\n", "https://www.youtube.com/watch?v=hMYvQUKlIso\n", "\n", "source: [dailies/2014-07-20](dailies.ipynb)" ] }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('hMYvQUKlIso')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 12, "text": [ "" ] } ], "prompt_number": 12 }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Vincent Programs Square-ish Driving \n", "https://www.youtube.com/watch?v=pUGqHsXKapU\n", "\n", "source: [vincent topgear testing](vincent topgear testing.ipynb)" ] }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('pUGqHsXKapU')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 13, "text": [ "" ] } ], "prompt_number": 13 }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Line Following with the IPython Notebook \n", "https://www.youtube.com/watch?v=OC46y-KECHU\n", "\n", "source: [linefollow_test](linefollow_test.ipynb)" ] }, { "cell_type": "code", "collapsed": false, "input": [ "YouTubeVideo('OC46y-KECHU')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "\n", " \n", " " ], "metadata": {}, "output_type": "pyout", "prompt_number": 9, "text": [ "" ] } ], "prompt_number": 9 } ], "metadata": {} } ] }