-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 2.25 KB
/
index.html
File metadata and controls
53 lines (46 loc) · 2.25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brobot</title>
<meta name="description" content="A beer-pong robot opponent, built with ROS & RealSense.">
<meta name="author" content="SitePoint">
<meta property="og:title" content="Brobot - A beer-pong robot opponent, built with ROS & RealSense.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pongrobot.github.io">
<meta property="og:description" content="A beer-pong robot opponent, built with ROS & RealSense.">
<meta property="og:image" content="image.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="main">
<h1>Brobot</h1>
<p><b>Brobot is an intelligent robot opponent that can play beer pong.</b>
It uses RealSense stereo vision to perceive the environment, senses targets,
and accurately launches a ball using a set of dual brushless motors.
</p>
<p>
Brobot started as a light-hearted question during the depths of the COVID-19 pandemic:
Could you build and train a robot to play beer pong, ping-pong, or any other party game?
</p>
<p>
Brobot runs on a modular software architecture built in ROS.<br />
<a href="http://andrewtgutierrez.com/">Andrew Gutierrez</a> led the software architecture for the vision systems.<br />
<a href="https://www.chrisdalke.com/">Chris Dalke</a> designed and wrote the embedded software and fabricated the robot’s mechanical systems. <br />
</p>
<div class="img-container">
<img src="IMG_4497.JPEG" alt="brobot"/>
<img src="IMG_4498.JPEG" alt="brobot"/>
<iframe src="https://www.youtube.com/embed/0Q15A2J4lsw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h2>Follow our Progress</h2>
<p>
Follow our progress on Github at <a href="https://github.com/pongrobot">https://github.com/pongrobot</a>!
</p>
</div>
</body>
</html>