-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout.html
32 lines (30 loc) · 1.44 KB
/
about.html
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
<h3>Introduction</h3>
<p>
This simulator was created to allow students to experiment with Python EV3DEV, even without an actual EV3 available.
When using this simulator, keep in mind that the robot behaviour will not be identical to a real robot; the simulated robot...
</p>
<ul style="list-style-type: none;">
<li>...doesn't have backlash</li>
<li>...always stops instantly</li>
<li>...never skids</li>
<li>...don't collide with walls or objects</li>
<li>...motors and sensors are perfectly accurate and balanced</li>
<li>...and there are probably some differences due to my programming lapses (Please inform me if you find any!)</li>
</ul>
<p>It's good enough for practice and planning, but don't expect the program to work identically on a real robot;
you'll probably need to do a lot of tuning and adjustments.</p>
<h3>Credits</h3>
<p>
Created by <a href="https://www.aposteriori.com.sg">A Posteriori</a>.
Check out our other EV3DEV project; <a href="https://www.aposteriori.com.sg/ev3fast-a-python-module-for-faster-ev3-interface/">ev3fast</a>.
</p>
<p>This simulator would not have been possible without the great people behind:</p>
<ul>
<li><a href="https://www.ev3dev.org">EV3DEV</a></li>
<li><a href="https://skulpt.org">Skulpt</a></li>
<li><a href="https://ace.c9.io">Ace</a></li>
</ul>
<h3>Complaints / Requests for improvements</h3>
<p>
Please direct all requests to <a href="mailto:[email protected]">Cort</a>.
</p>