-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Pitt-RAS/general-fixes
updated all sponsorship footings and added micah's workshop
- Loading branch information
Showing
8 changed files
with
200 additions
and
13 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
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
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
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,156 @@ | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Spectral by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
|
||
<html> | ||
<head> | ||
<title>Workshops - ROS (2024) | RAS@Pitt</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="../assets/css/main.css" /> | ||
<link rel="icon" href="../images/favicon/favicon.png"> | ||
<noscript><link rel="stylesheet" href="../assets/css/noscript.css" /></noscript> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J2ZF7B2FY9"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-J2ZF7B2FY9'); | ||
</script> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
<!-- Page Wrapper --> | ||
<div id="page-wrapper"> | ||
|
||
<!-- Header --> | ||
<header id="header"> | ||
<h1><a href="../">Home</a></h1> | ||
<nav id="nav"> | ||
<ul> | ||
<li class="special"> | ||
<a href="#menu" class="menuToggle"><span>Menu</span></a> | ||
<div id="menu"> | ||
<ul> | ||
<li><a href="../">Home</a></li> | ||
<li><a href="../aboutus">About Us</a></li> | ||
<li><a href="../projects">Projects</a></li> | ||
<li><a href="../mprw">MIT-PITT-RW</a></li> | ||
<li><a href="../workshops">Workshops</a></li> | ||
<li><a href="../sponsors">Sponsors</a></li> | ||
<li><a href="../contact">Contact</a></li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!-- Main --> | ||
<article id="main"> | ||
<header> | ||
<h2>Intro to ROS (2024)</h2> | ||
<p>Presented by Micah Nye</p> | ||
</header> | ||
<section class="wrapper style5"> | ||
<div class="inner" id="workshop-body"> | ||
|
||
<h2>Intro to ROS</h2> | ||
<p>Robot operating system, or more commonly known as ROS, is a 100% open source set of software libraries and tools that assist with the creation of advanced | ||
and sophisticated robot applications. With drivers to state-of-the-art algorithms, | ||
it creates a standard for the robotics industry and helps users create applications rapidly. We use ROS and lots of our projects and it's | ||
an amazing tool to have under your belt before going out to industry! </p> | ||
<!-- picture of the topic with a photo of the presenter, see pages for example --> | ||
<!-- <div style="width:100%"> | ||
<img class="image fit" src="../images/workshops/introros/workshop1header.png" /> | ||
</div> --> | ||
|
||
<hr> | ||
|
||
<h2>Workshop Recording</h2> | ||
|
||
<div style="margin-left:auto; margin-right:auto"> | ||
<!-- make sure its an embedded youtube link. not just a normal link to a youtube video. its a special link. --> | ||
<iframe id="workshop-recording" src="https://www.youtube.com/embed/QvtAN2ogOXI?si=cIZQAeA44hNKxW--" frameborder="0" allow="picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
|
||
<hr> | ||
|
||
|
||
<h2>Workshop Presentation</h2> | ||
|
||
<div style="margin-left:auto; margin-right:auto"> | ||
<iframe id="workshop-presentation" src="slides/intro_to_ros_2024.pdf" frameborder="0" allow="picture-in-picture" allowfullscreen></iframe> | ||
</div> | ||
|
||
<hr> | ||
|
||
<h2>Feedback? Questions?</h2> | ||
<p>Please reach out to us! We'd be happy to answer any questions you might have or receive your helpful feedback! | ||
Visit our <a href="../contact">contact page</a> to reach us. Thanks for stopping by - we hope you learned something new! | ||
</p> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</section> | ||
</article> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<h4 style="text-align: center; margin-left:-1em" >Sponsored by</h4> | ||
<div class="sponsor-centering"> | ||
<div id="sponsor-row-1" class="row" style=" height:auto; margin-top:-0.5em"> | ||
<div class="sponsor-layout width-setting-50"> | ||
<img id="mobi" src="../images/sponsors/sponsor-mobi-white-new.png" alt="" /> | ||
</div> | ||
<div class="sponsor-layout width-setting-50"> | ||
<img id="pnc" src="../images/sponsors/sponsor-pnc-white-resized.png" alt="" /> | ||
</div> | ||
</div> | ||
<div id="sponsor-row-2" class="row" style=" height:auto;"> | ||
<div class="sponsor-layout width-setting-15" > | ||
<img id="rti" src="../images/sponsors/sponsor-rti-colored.png" alt="" /> | ||
</div> | ||
<div class="sponsor-layout width-setting-15"> | ||
<img id="ibm" src="../images/sponsors/sponsor-ibm-white - Copy.png" alt="" /> | ||
</div> | ||
<div class="sponsor-layout width-setting-70over3" > | ||
<img id="rrai" src="../images/sponsors/sponsor-rrai-white-resized.png" alt="" /> | ||
</div> | ||
<div class="sponsor-layout width-setting-70over3"> | ||
<img id="cadence" src="../images/sponsors/sponsor-cadence-logo-white.png" alt="" /> | ||
</div> | ||
<div class="sponsor-layout width-setting-70over3"> | ||
<img id="pitt" src="../images/sponsors/sponsor-pitt-white.png" alt="" /> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- <br> --> | ||
<br> | ||
<ul class="copyright"> | ||
<li>© Pitt Robotics and Automation Society</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</footer> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="../assets/js/jquery.min.js"></script> | ||
<script src="../assets/js/jquery.scrollex.min.js"></script> | ||
<script src="../assets/js/jquery.scrolly.min.js"></script> | ||
<script src="../assets/js/browser.min.js"></script> | ||
<script src="../assets/js/breakpoints.min.js"></script> | ||
<script src="../assets/js/util.js"></script> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
Binary file not shown.