-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (63 loc) · 3.12 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Vrsandbox by HPIMakerKlub</title>
</head>
<body>
<header>
<div class="container">
<h1>Vrsandbox</h1>
<h2></h2>
<section id="downloads">
<a href="https://github.com/HPIMakerKlub/vrsandbox/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/HPIMakerKlub/vrsandbox/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/HPIMakerKlub/vrsandbox" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a id="videos-and-pictures" class="anchor" href="#videos-and-pictures" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Videos and Pictures</h3>
<p><img src="images/sand.jpg" alt="">
<img src="images/whole.jpg" alt=""></p>
<p><a href="https://youtu.be/0UpgZvuVeoU"><img src="images/video-promo.jpg" alt=""></a>
<a href="https://youtu.be/hNU7olLehsM"><img src="images/video-modelling.jpg" alt=""></a></p>
<h3>
<a id="howto" class="anchor" href="#howto" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>HowTo</h3>
<p>You can read all about how to create your own sandbox on these sites:</p>
<ul>
<li><a href="http://idav.ucdavis.edu/%7Eokreylos/ResDev/SARndbox/">SARndbox website</a></li>
<li><a href="https://arsandbox.org">ARSandbox.org</a></li>
</ul>
<h4>
<a id="calibration" class="anchor" href="#calibration" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Calibration</h4>
<p>Calibration takes about 20 minutes.
These videos show how to calibrate the sandbox:</p>
<ul>
<li><a href="https://arsandbox.ucdavis.edu/technical-resources/instructions/calibration-2/">Calibration</a></li>
</ul>
<h3>
<a id="contributions" class="anchor" href="#contributions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributions</h3>
<p>Special thanks go to</p>
<ul>
<li>Sven Schröter for helping to build it</li>
<li>Mario Behling from FOSSASIA for the Kinect and computer</li>
<li>Anonymous for the Projector</li>
<li>Facility Management of the <a href="http://hpi.de">HPI</a> for the wheelbarrow</li>
<li>Fabian Lüpke for yet another computer</li>
<li>The Shop@HPI for screws and a flex</li>
<li>Jakob Braun for modeling in a video and providing the saw</li>
<li>People of Potsdam who so kindly gave their bulky waste.</li>
</ul>
<p>This project is part of the <a href="http://hpimakerklub.github.io/">HPIMakerKlub</a>.
The initial version was built by <a href="https://github.com/niccokunzmann">Nicco Kunzmann</a> within 3 days.</p>
</section>
</div>
</body>
</html>