-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (76 loc) · 3.92 KB
/
index.html
File metadata and controls
94 lines (76 loc) · 3.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Programmingrobotsstudygroup.GitHub.io : Programming Robots Study Group information page">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Programming Robots Study Group</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/ProgrammingRobotsStudyGroup">View on GitHub</a>
<h1 id="project_title">Programming Robots Study Group</h1>
<h2 id="project_tagline"><i>We make robots</i></h2>
<h5 id="web_tinyurl"><i><a href="http://tinyurl.com/rxbtx">This page tinyurl: http://tinyurl.com/rxbtx</a></i></h5>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-programming-robots-study-group-prsg" class="anchor" href="#welcome-to-programming-robots-study-group-prsg" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to <u>Programming Robots Study Group</u> [PRSG]</h3>
<p>
Programming Robots Study Group is a group of robot enthusiasts.
Our mission is to create and enhance a low cost, open source, ROS platform robots.
Our platform uses a variety of sensors, actuators and microcontrollers.
</p>
<h3>
<a id="get-started" class="anchor" href="#get-started" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Get Started</h3>
<p>We’ve created <a href="https://github.com/ProgrammingRobotsStudyGroup/Designs-And-Notes">designs</a> and
<a href="https://github.com/ProgrammingRobotsStudyGroup/Designs-And-Notes/tree/master/how-to">how to's to get you started.</a>
Get a project overview from our <a href="https://github.com/ProgrammingRobotsStudyGroup/">group repository</a>.
</p>
<h3>
<a id="participate" class="anchor" href="#participate" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Participate</h3>
<p>
Be part of the team:
<ul>
<li><a href="http://www.meetup.com/Robot-Garden/events/">Look for 'Programming Robots Study Group' on Robot Garden's meetup</a>.</li>
<li><a href="https://hangouts.google.com/call/por32vtx2vgpnkgysv4ouj52xee">Attend our meetings virtually</a>. See meetup for schedule times.</li>
<li><a href="https://robotgarden.slack.com/">Join our Slack channel</a>.</li>
<li><a href="http://prsg.freeforums.org/">Join our forum</a>.</li>
<li><a href="https://www.youtube.com/channel/UCwEFV-DISa9BZtbBau1MwfQ">Check out our YouTube videos</a>.</li>
</ul>
</p>
<h3>
<a id="goals" class="anchor" href="#goals" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Goals</h3>
<p>
<strong>2017</strong> Goal: Competition robots, both
<a href="https://github.com/ProgrammingRobotsStudyGroup/Curriculum/blob/master/readme.adoc">table top</a>
and
<a href="2017RoboMagellan.html">outdoor find and retrieve tasks</a>.</br>
<strong>2016</strong> Goal: Robots autonomously making plans using swarm algorithms, loosely organized by a central command.</br>
<strong>2015</strong> Goal: ROS robots based upon Magician Chassis.</br>
</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>
Want to contact us directly?
Need help being added to slack?
<a href="mailto:ProgrammingRobotsStudyGroup@gmail.com">Contact us</a> and we’ll help you sort it out.
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>
Thanks to <a href="https://robotgarden.org">Robot Garden</a>
</p>
</footer>
</div>
</body>
</html>