Skip to content

Commit c06390f

Browse files
committed
start of robot setup
1 parent 1455446 commit c06390f

File tree

17 files changed

+269
-2
lines changed

17 files changed

+269
-2
lines changed
3.89 KB
Binary file not shown.

build/doctrees/environment.pickle

4.52 KB
Binary file not shown.

build/doctrees/index.doctree

573 Bytes
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
===================================================
2+
Robotic Setup
3+
===================================================
4+
In these tutorials we will be using the Kinova 7DoF Gen3 Robotic arm. To learn more about it you can check out Kinova's `Gen3 <https://www.kinovarobotics.com/product/gen3-robots>`_ about page.
5+
6+
To connect the robot to a computer you will want to use the Kinova Kortex `API <https://github.com/Kinovarobotics/kortex>`_.

build/html/_sources/index.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ For a further introduction to the course, see the following pages:
3030

3131

3232

33+
3334
^^^^^^^^^^^^^^^^
3435
Tutorial Modules
3536
^^^^^^^^^^^^^^^^
37+
* :doc:`/content/robotic_setup`
3638

3739

3840

@@ -54,6 +56,7 @@ Events and Additional Resources
5456

5557
content/introduction
5658
content/contact_page
59+
5760

5861

5962
.. toctree::
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" data-content_root="../">
3+
<head>
4+
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
5+
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Robotic Setup &mdash; RobotSensorInt 0.1 documentation</title>
8+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
9+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
11+
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css" />
12+
13+
14+
<link rel="shortcut icon" href="../_static/tars_logo_sq.png"/>
15+
<!--[if lt IE 9]>
16+
<script src="../_static/js/html5shiv.min.js"></script>
17+
<![endif]-->
18+
19+
<script src="../_static/jquery.js?v=5d32c60e"></script>
20+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
21+
<script src="../_static/documentation_options.js?v=2709fde1"></script>
22+
<script src="../_static/doctools.js?v=9a2dae69"></script>
23+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
24+
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
25+
<script src="../_static/copybutton.js?v=f281be69"></script>
26+
<script src="https://cdn.jsdelivr.net/gh/bonartm/quizdown-js@latest/public/build/quizdown.js"></script>
27+
<script>quizdown.init({"primary_color": "#31b457", "quizdown_js": "https://cdn.jsdelivr.net/gh/bonartm/quizdown-js@latest/public/build/quizdown.js"});</script>
28+
<script src="../_static/js/theme.js"></script>
29+
<link rel="index" title="Index" href="../genindex.html" />
30+
<link rel="search" title="Search" href="../search.html" />
31+
</head>
32+
33+
<body class="wy-body-for-nav">
34+
<div class="wy-grid-for-nav">
35+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
36+
<div class="wy-side-scroll">
37+
<div class="wy-side-nav-search" style="background: #292929 " >
38+
39+
40+
41+
<a href="../index.html" class="icon icon-home">
42+
RobotSensorInt
43+
<img src="../_static/tars_logo_sq.png" class="logo" alt="Logo"/>
44+
</a>
45+
<div role="search">
46+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
47+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
48+
<input type="hidden" name="check_keywords" value="yes" />
49+
<input type="hidden" name="area" value="default" />
50+
</form>
51+
</div>
52+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
53+
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p>
54+
<ul>
55+
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to the course</a></li>
56+
<li class="toctree-l1"><a class="reference internal" href="contact_page.html">Contact the Authors</a></li>
57+
</ul>
58+
59+
</div>
60+
</div>
61+
</nav>
62+
63+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: #292929 " >
64+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
65+
<a href="../index.html">RobotSensorInt</a>
66+
</nav>
67+
68+
<div class="wy-nav-content">
69+
<div class="rst-content">
70+
<div role="navigation" aria-label="Page navigation">
71+
<ul class="wy-breadcrumbs">
72+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
73+
<li class="breadcrumb-item active">Robotic Setup</li>
74+
<li class="wy-breadcrumbs-aside">
75+
<a href="../_sources/content/robotic_setup.rst.txt" rel="nofollow"> View page source</a>
76+
</li>
77+
</ul>
78+
<hr/>
79+
</div>
80+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
81+
<div itemprop="articleBody">
82+
83+
<section id="robotic-setup">
84+
<h1>Robotic Setup<a class="headerlink" href="#robotic-setup" title="Link to this heading"></a></h1>
85+
<p>In these tutorials we will be using the Kinova 7DoF Gen3 Robotic arm. To learn more about it you can check out Kinova’s <a class="reference external" href="https://www.kinovarobotics.com/product/gen3-robots">Gen3</a> about page.</p>
86+
<p>To connect the robot to a computer you will want to use the Kinova Kortex <a class="reference external" href="https://github.com/Kinovarobotics/kortex">API</a>.</p>
87+
</section>
88+
89+
90+
</div>
91+
</div>
92+
<footer>
93+
94+
<hr/>
95+
96+
<div role="contentinfo">
97+
<p>&#169; Copyright .</p>
98+
</div>
99+
100+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
101+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
102+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
103+
104+
105+
</footer>
106+
</div>
107+
</div>
108+
</section>
109+
</div>
110+
<script>
111+
jQuery(function () {
112+
SphinxRtdTheme.Navigation.enable(true);
113+
});
114+
</script>
115+
116+
</body>
117+
</html>

build/html/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ <h3>Introduction<a class="headerlink" href="#introduction" title="Link to this h
102102
</section>
103103
<section id="tutorial-modules">
104104
<h3>Tutorial Modules<a class="headerlink" href="#tutorial-modules" title="Link to this heading"></a></h3>
105+
<ul class="simple">
106+
<li><p><a class="reference internal" href="content/robotic_setup.html"><span class="doc">Robotic Setup</span></a></p></li>
107+
</ul>
105108
</section>
106109
<section id="events-and-additional-resources">
107110
<h3>Events and Additional Resources<a class="headerlink" href="#events-and-additional-resources" title="Link to this heading"></a></h3>

build/html/objects.inv

41 Bytes
Binary file not shown.

build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
===================================================
2+
Robotic Setup
3+
===================================================
4+
In these tutorials we will be using the Kinova 7DoF Gen3 Robotic arm. To learn more about it you can check out Kinova's `Gen3 <https://www.kinovarobotics.com/product/gen3-robots>`_ about page.
5+
6+
To connect the robot to a computer you will want to use the Kinova Kortex `API <https://github.com/Kinovarobotics/kortex>`_.

0 commit comments

Comments
 (0)