forked from sohil4932/sPiRobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol.html
More file actions
executable file
·38 lines (35 loc) · 1.35 KB
/
Copy pathcontrol.html
File metadata and controls
executable file
·38 lines (35 loc) · 1.35 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>sohilpatel.org - Raspberry Pi controls Arduino Robot</title>
</head>
<body>
<div style="width: 1000px;">
<div style="float: left; width: 700px; height: 500px;">
<iframe frameborder="0" width="320" height="240" src="http://10.0.0.3:8081/?action=stream"></iframe>
</div>
<div id="controls" style="float:left;">
<a href="spirobot.php?GO=ON">Connect to Engine</a><br/>
<a href="spirobot.php?GO=OFF">Disconnect from Engine</a><br/>
<img src="help_steuerkreuz.png" usemap="#controls" />
<br />
<a href="spirobot.php?GO=SLOWER">Slower</a><br/>
<a href="spirobot.php?GO=FASTER">Faster</a><br/>
<a href="spirobot.php?GO=CAM_ON">Activate Camera</a><br/>
</div>
</div>
<div class="clear: both;"> </div>
<map name="controls">
<area shape="rect" coords="30,1,120,60"
href="spirobot.php?GO=FORWARD" alt="Forward" title="Forward">
<area shape="rect" coords="1,60,70,120"
href="spirobot.php?GO=LEFT" alt="Left" title="Left">
<area shape="rect" coords="30,130,120,180"
href="spirobot.php?GO=BACKWARD" alt="Backward" title="Backward">
<area shape="rect" coords="140,60,180,120"
href="spirobot.php?GO=RIGHT" alt="Right" title="Right">
<area shape="rect" coords="80,60,120,120"
href="spirobot.php?GO=RELEASE" alt="Stop" title="Stop">
</map>
</body>
</html>