-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Romi setup instructions + controller curriculum
- Loading branch information
Showing
4 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="description" content="Romi Project #1: Bang-Bang"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Romi Project #1: Bang Bang</title> | ||
<link rel="stylesheet" type="text/css" href="../../../main.css"> | ||
<link rel="shortcut icon" type="image/ico" href="../../../favicon.ico"> | ||
</head> | ||
<body> | ||
<header id="navbar"> | ||
<ul> | ||
<li> | ||
<a href="../../../">Home</a> | ||
</li> | ||
<li> | ||
<a href="../../../admin/">Admin</a> | ||
</li> | ||
<li> | ||
<a href="../../../bootstrap/">Developer Bootstrap</a> | ||
</li> | ||
<li> | ||
<a href="../../../vpn/">VPN Setup</a> | ||
</li> | ||
<li> | ||
<a href="../../../ci/">Curriculum</a> | ||
</li> | ||
<li> | ||
<a href="../../../fll/">FLL</a> | ||
</li> | ||
<li> | ||
<a href="../../../archives/">Archives</a> | ||
</li> | ||
</ul> | ||
</header> | ||
<div class="body"> | ||
<h1>Romi Project #1: Bang Bang</h1> | ||
<h2 id="Introduction">Introduction</h2> | ||
<p>Romis are small, inexpensive robots where students are able to program them | ||
using the same tools used for regular FRC competition bots. It's imaged with wpilibpi, | ||
meaning that its possible to implement solutions like vision on to it, making it a great | ||
learning tool for newer software students.</p> | ||
<h2 id="Tutorial">Assembly</h2> | ||
<p>Please refer to <a href= | ||
"https://docs.wpilib.org/en/stable/docs/romi-robot/hardware.html">here</a> for | ||
instructions on how to put together your Romi kit.</p> | ||
<h2 id="Flashing">Flashing</h2> | ||
<p>Please refer to <a href="https://docs.wpilib.org/en/stable/docs/romi-robot/imaging-romi.html">here</a> on | ||
how to flash your SD card with wpilibpi and how to connect to the its web UI.</p> | ||
</body> | ||
</html> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="description" content="Romi Setup"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Romi Setup - FRC Team 3512</title> | ||
<link rel="stylesheet" type="text/css" href="../../../main.css"> | ||
<link rel="shortcut icon" type="image/ico" href="../../../favicon.ico"> | ||
</head> | ||
<body> | ||
<header id="navbar"> | ||
<ul> | ||
<li> | ||
<a href="../../../">Home</a> | ||
</li> | ||
<li> | ||
<a href="../../../admin/">Admin</a> | ||
</li> | ||
<li> | ||
<a href="../../../bootstrap/">Developer Bootstrap</a> | ||
</li> | ||
<li> | ||
<a href="../../../vpn/">VPN Setup</a> | ||
</li> | ||
<li> | ||
<a href="../../../ci/">Curriculum</a> | ||
</li> | ||
<li> | ||
<a href="../../../fll/">FLL</a> | ||
</li> | ||
<li> | ||
<a href="../../../archives/">Archives</a> | ||
</li> | ||
</ul> | ||
</header> | ||
<div class="body"> | ||
<h1>Romi Setup</h1> | ||
<h2 id="Introduction">Introduction</h2> | ||
<p>Romis are small, inexpensive robots where students are able to program them | ||
using the same tools used for regular FRC competition bots. It's imaged with wpilibpi, | ||
meaning that its possible to implement solutions like vision on to it, making it a great | ||
learning tool for newer software students.</p> | ||
<h2 id="Tutorial">Assembly</h2> | ||
<p>Please refer to <a href= | ||
"https://docs.wpilib.org/en/stable/docs/romi-robot/hardware.html">here</a> for | ||
instructions on how to put together your Romi kit.</p> | ||
<h2 id="Flashing">Flashing</h2> | ||
<p>Please refer to <a href="https://docs.wpilib.org/en/stable/docs/romi-robot/imaging-romi.html">here</a> on | ||
how to flash your SD card with wpilibpi and how to connect to the its web UI.</p> | ||
</body> | ||
</html> |