Skip to content

Commit

Permalink
doc notebooks update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcToussaint committed Sep 23, 2023
1 parent 2162bee commit 87ff464
Show file tree
Hide file tree
Showing 39 changed files with 5,095 additions and 5,419 deletions.
696 changes: 0 additions & 696 deletions docs/genindex.html

Large diffs are not rendered by default.

322 changes: 18 additions & 304 deletions docs/index.html

Large diffs are not rendered by default.

485 changes: 485 additions & 0 deletions docs/notebooks/1a-configurations.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

454 changes: 454 additions & 0 deletions docs/notebooks/1b-botop.html

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions docs/notebooks/1b-botop.ipynb

Large diffs are not rendered by default.

652 changes: 652 additions & 0 deletions docs/notebooks/1c-komo.html

Large diffs are not rendered by default.

736 changes: 736 additions & 0 deletions docs/notebooks/1c-komo.ipynb

Large diffs are not rendered by default.

256 changes: 0 additions & 256 deletions docs/notebooks/botop1-motion.html

This file was deleted.

182 changes: 0 additions & 182 deletions docs/notebooks/botop1-motion.ipynb

This file was deleted.

40 changes: 23 additions & 17 deletions docs/notebooks/botop2-realRobotStarters.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2.3.2. Starting with a real robot &mdash; Robotics Course documentation</title>
<title>2.2.7. Starting with a real robot &mdash; Robotics Course documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/nbsphinx-code-cells.css" type="text/css" />
Expand All @@ -23,8 +23,8 @@
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="2.3.3. First example to grap images from a webcam" href="botop3-vision.html" />
<link rel="prev" title="2.3.1. Interacting with a Sim/Real: Setting spline references" href="botop1-motion.html" />
<link rel="next" title="2.2.8. First example to grap images from a webcam" href="botop3-vision.html" />
<link rel="prev" title="2.2.6. Advanced: Switches &amp; Skeletons" href="komo3-switches-skeletons.html" />
</head>

<body class="wy-body-for-nav">
Expand All @@ -50,19 +50,25 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">1. Getting Started</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="notebooks.html">2. Tutorials</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="notebooks.html#basics-configurations-features-etc">2.1. Basics: Configurations, Features, etc</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks.html#komo-optimization-problems-to-design-motion">2.2. KOMO: Optimization Problems to design motion</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="notebooks.html#botop-interface-to-sim-real">2.3. BotOp: Interface to Sim/Real</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="botop1-motion.html">2.3.1. Interacting with a Sim/Real: Setting spline references</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">2.3.2. Starting with a real robot</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#Advanced:-Compliance-&amp;-Force/Torque-feedback">2.3.2.1. Advanced: Compliance &amp; Force/Torque feedback</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks.html#st-round-basics-on-configurations-botop-komo">2.1. 1st Round: Basics on Configurations, BotOp &amp; KOMO</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="notebooks.html#more-in-depth">2.2. More in depth</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="core2-features.html">2.2.1. Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="core3-configurations.html">2.2.2. Importing, Editing &amp; Manipulating Configurations</a></li>
<li class="toctree-l3"><a class="reference internal" href="komo1-IK-toBeMerged.html">2.2.3. Inverse Kinematics as Optimization (to be merged)</a></li>
<li class="toctree-l3"><a class="reference internal" href="komo2-PathOptimization.html">2.2.4. Path optimization example</a></li>
<li class="toctree-l3"><a class="reference internal" href="komo2-PathOptimization-toBeMerged.html">2.2.5. Path Optimization (to be merged)</a></li>
<li class="toctree-l3"><a class="reference internal" href="komo3-switches-skeletons.html">2.2.6. Advanced: Switches &amp; Skeletons</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">2.2.7. Starting with a real robot</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#Advanced:-Compliance-&amp;-Force/Torque-feedback">2.2.7.1. Advanced: Compliance &amp; Force/Torque feedback</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="botop3-vision.html">2.3.3. First example to grap images from a webcam</a></li>
<li class="toctree-l3"><a class="reference internal" href="botop4-examples.html">2.3.4. Example for grasping in Sim</a></li>
<li class="toctree-l3"><a class="reference internal" href="botop3-vision.html">2.2.8. First example to grap images from a webcam</a></li>
<li class="toctree-l3"><a class="reference internal" href="botop4-examples.html">2.2.9. Example for grasping in Sim</a></li>
<li class="toctree-l3"><a class="reference internal" href="sim1-physics.html">2.2.10. Direct simulation interface</a></li>
<li class="toctree-l3"><a class="reference internal" href="opt1-basics.html">2.2.11. Optimization (NLP formulation and solving)</a></li>
<li class="toctree-l3"><a class="reference internal" href="script5-PathFind.html">2.2.12. Path finding example</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="notebooks.html#more">2.4. More</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../script/script.html">3. Lecture Script</a></li>
Expand All @@ -85,7 +91,7 @@
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="notebooks.html"><span class="section-number">2. </span>Tutorials</a></li>
<li class="breadcrumb-item active"><span class="section-number">2.3.2. </span>Starting with a real robot</li>
<li class="breadcrumb-item active"><span class="section-number">2.2.7. </span>Starting with a real robot</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
Expand All @@ -95,7 +101,7 @@
<div itemprop="articleBody">

<section id="Starting-with-a-real-robot">
<h1><span class="section-number">2.3.2. </span>Starting with a real robot<a class="headerlink" href="#Starting-with-a-real-robot" title="Permalink to this heading"></a></h1>
<h1><span class="section-number">2.2.7. </span>Starting with a real robot<a class="headerlink" href="#Starting-with-a-real-robot" title="Permalink to this heading"></a></h1>
<p>This starts exactly as botop1-motion, only switching from BotOp(C, useRealRobot=True) instead of False.</p>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
Expand Down Expand Up @@ -182,7 +188,7 @@ <h1><span class="section-number">2.3.2. </span>Starting with a real robot<a clas
</div>
</div>
<section id="Advanced:-Compliance-&amp;-Force/Torque-feedback">
<h2><span class="section-number">2.3.2.1. </span>Advanced: Compliance &amp; Force/Torque feedback<a class="headerlink" href="#Advanced:-Compliance-&-Force/Torque-feedback" title="Permalink to this heading"></a></h2>
<h2><span class="section-number">2.2.7.1. </span>Advanced: Compliance &amp; Force/Torque feedback<a class="headerlink" href="#Advanced:-Compliance-&-Force/Torque-feedback" title="Permalink to this heading"></a></h2>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
</pre></div>
Expand Down Expand Up @@ -278,8 +284,8 @@ <h2><span class="section-number">2.3.2.1. </span>Advanced: Compliance &amp; Forc
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="botop1-motion.html" class="btn btn-neutral float-left" title="2.3.1. Interacting with a Sim/Real: Setting spline references" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="botop3-vision.html" class="btn btn-neutral float-right" title="2.3.3. First example to grap images from a webcam" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="komo3-switches-skeletons.html" class="btn btn-neutral float-left" title="2.2.6. Advanced: Switches &amp; Skeletons" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="botop3-vision.html" class="btn btn-neutral float-right" title="2.2.8. First example to grap images from a webcam" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
8 changes: 4 additions & 4 deletions docs/notebooks/botop3-vision-toBeMerged.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="2.3.4. Example for grasping in Sim" href="botop4-examples.html" />
<link rel="prev" title="2.3.3. First example to grap images from a webcam" href="botop3-vision.html" />
<link rel="next" title="2.2.9. Example for grasping in Sim" href="botop4-examples.html" />
<link rel="prev" title="2.2.8. First example to grap images from a webcam" href="botop3-vision.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -370,8 +370,8 @@
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="botop3-vision.html" class="btn btn-neutral float-left" title="2.3.3. First example to grap images from a webcam" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="botop4-examples.html" class="btn btn-neutral float-right" title="2.3.4. Example for grasping in Sim" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="botop3-vision.html" class="btn btn-neutral float-left" title="2.2.8. First example to grap images from a webcam" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="botop4-examples.html" class="btn btn-neutral float-right" title="2.2.9. Example for grasping in Sim" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
Loading

0 comments on commit 87ff464

Please sign in to comment.