-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (135 loc) · 3.94 KB
/
index.html
File metadata and controls
136 lines (135 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.5">
<title>docs</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body class="article toc2 toc-left">
<div id="header">
<h1>EV3Dev-Java / docs</h1>
<div class="details">
<span id="revnumber">version 2.4.16</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#getting-started">1. Getting Started</a></li>
<li><a href="#fundamentals-of-robotics">2. Fundamentals of Robotics</a></li>
<li><a href="#about-the-project">3. About the project</a></li>
</ul>
</div>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>This documentation will guide in the way to learn <code>Robotics</code> with <code>Java</code> with Mindstorms Bricks.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="getting-started">1. Getting Started</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="./getting_started/index.html">Introduction</a></p>
</li>
<li>
<p><a href="./getting_started/laptop.html">Getting started with your personal computer</a></p>
</li>
<li>
<p><a href="./getting_started/brick.html">Getting started with your Brick</a></p>
</li>
<li>
<p><a href="./getting_started/create-your-first-project.html">Getting started with your first project</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="fundamentals-of-robotics">2. Fundamentals of Robotics</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="./fundamentals/what-is-a-robot.html">What is a robot?</a></p>
</li>
<li>
<p><a href="./fundamentals/the-robot-architecture.html">The robot architecture</a></p>
</li>
<li>
<p><a href="./fundamentals/sensors/index.html">Sensors</a></p>
<div class="ulist">
<ul>
<li>
<p><a href="./fundamentals/sensors/ev3-rangefinder.html">Rangefinder</a></p>
</li>
<li>
<p><a href="./fundamentals/sensors/usb-lidar-rplidar/index.html">Laser Scanner</a></p>
</li>
<li>
<p><a href="./fundamentals/sensors/usb-camera/index.html">Camera</a></p>
</li>
<li>
<p><a href="./fundamentals/sensors/arduino/arduino-9-axes-motion-shield-BNO055.html">IMU</a></p>
</li>
</ul>
</div>
</li>
<li>
<p><a href="./fundamentals/actuators/index.html">Actuators</a></p>
<div class="ulist">
<ul>
<li>
<p><a href="./fundamentals/actuators/regulated-motors.html">Regulated motors</a></p>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="about-the-project">3. About the project</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="./about/ev3dev-java.html">What is EV3Dev-java?</a></p>
</li>
<li>
<p><a href="./about/ev3dev-compatibility.html">Compatibility table</a></p>
</li>
</ul>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-343143-18', 'auto');
ga('send', 'pageview');
</script>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Version 2.4.16<br>
Last updated 2021-01-09 15:56:33 CET
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
<script>prettyPrint()</script>
</body>
</html>