Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-amy committed Jan 26, 2025
1 parent 7857adb commit 180994a
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 26 deletions.
211 changes: 211 additions & 0 deletions Blogs/Autonomy/controller.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Blog - MIT Arcturus</title>
<meta content="" name="description">
<meta content="" name="keywords">

<!-- Favicons -->
<link href="../../Pictures/favicon.png" rel="icon">
<link href="../../Pictures/favicon.png" rel="apple-touch-icon">

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

<!-- Vendor CSS Files -->
<link href="../../assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="../../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../../assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="../../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="../../assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="../../assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="../../assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">

<!-- Template Main CSS File -->
<link href="../../assets/css/style.css" rel="stylesheet">

<!-- =======================================================
* Template Name: Sailor - v4.7.0
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>

<body>

<!-- Notification bar -->
<section id="notif-bar" class="d-flex align-items-center justify-content-center">
<p id="notif-text">
If you would like to support Arcturus and make a charitable donation, <a href="https://giving.mit.edu/form?fundId=2530184&source=WBMPP"><u>click here</u></a>!
</p>
</section>

<!-- ======= Header ======= -->
<header id="header" class="sticky-top d-flex align-items-center">
<div class="container d-flex align-items-center">

<!-- <h1 class="logo me-auto"><a href="index.html">Arcturus</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="../../index.html" class="logo me-auto"><img src="../../Pictures/arcturus-logo-crp.png" alt="" class="img-fluid"></a>

<nav id="navbar" class="navbar">
<ul>
<li><a href="../../index.html">Home</a></li>
<!-- <li><a href="about.html">About Us</a></li> -->
<li><a href="../../team.html">Team Members</a></li>
<!-- <li class="dropdown"><a href="Blogs/blog-homepage.html"><span>Blogs</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="Blogs/blog-homepage.html">Team-Wide Blogs</a></li>
<li><a href="Blogs/blog-fish-n-ships.html">Fish 'N Ships</a></li>
<li><a href="blog-ship-happens.html">Ship Happens</a></li>
<li><a href="Blogs/blog-submarine.html">Submarine</a></li>
<li><a href="Blogs/blog-outreach.html">Outreach</a></li>
</ul>
</li> -->
<li class="dropdown"><a href="../blog-autonomy.html" class="active"><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="../blog-autonomy.html" class="active">Autonomy</a></li>
<li><a href="../blog-mechE.html">Mechanical</a></li>
<li><a href="../blog-EE.html">Electrical</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Past Seasons</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="../year-22.html">2021-2022</a></li>
<li><a href="../year-23.html">2022-2023</a></li>
</ul>
</li>
<li><a href="../blog-outreach.html">Outreach</a></li>
<li><a href="../../contact.html">Sponsors</a></li>

</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->

</div>
</header><!-- End Header -->

<main id="main">

<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">

<div class="d-flex justify-content-between align-items-center">
<h2>Autonomy</h2>
<ol>
<li><a href="../../index.html">Home</a></li>
<li><a href="../blog-autonomy.html">Autonomy</a></li>
<li><a href="">Controller</a></li>
</ol>
</div>

</div>
</section>
<!-- End Breadcrumbs -->

<!-- ======= Blog Section ======= -->
<section id="blog" class="blog">
<h2 class="entry-title">
<a>Controller</a>
</h2>

<!-- <div class="entry-meta">
<ul class="d-block">
<li class="d-block align-items-center">
<a><i class="bi bi-clock" style="color: #c1c8d0"></i>October 9, 2022</a>
</li>
</ul>
</div> -->
<div class="entry-content">
<p>
One of the first tasks our team worked on was buoy
detection. Most of the navigation courses in Roboboat
require us to identify buoys and then figure out how to
navigate them. Using a ZED camera, we developed the
following algorithmic steps to properly identify buoys
on the course:
</p>
<p>Performs erosion with a segmentation kernel</p>
<p>
Performs dilation with the same segementation kernel
</p>
<p>Converts the image to HSV</p>
<p>
Gets the mask for each color range we are looking
at(red, green, yellow)
</p>
<p>
Generates a bounding box for each disjoint blob in the
color range mask
</p>
</div>
</main><!-- End #main -->

<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">

<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>Arcturus</h3>
<p>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="https://www.instagram.com/mit.arcturus/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.tiktok.com/@mitarcturus" class="tiktok"><i class="bx bxl-tiktok"></i></a>
</div>
</div>
</div>

<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../about.html">About us</a></li>
<li><a href="../../team.html">Team Members</a></li>
<li><a href="../../contact.html">Sponsors</a></li>
</ul>
</div>

<div class="col-lg-3 col-md-6 footer-links">
<h4>Competitions</h4>
<ul>
<li><a href="https://robonation.org/">RoboNation</a></li>
<li><a href="https://roboboat.org/">RoboBoat</a></li>
<li><a href="https://www.njordchallenge.com/">The Njord Challenge</a></li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="https://robosub.org/">RoboSub</a></li> -->
</ul>
</div>

</div>
</div>
</div>

</footer><!-- End Footer -->

<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

<!-- Vendor JS Files -->
<script src="../../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="../../assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="../../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="../../assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="../../assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="../../assets/vendor/php-email-form/validate.js"></script>

<!-- Template Main JS File -->
<script src="../../assets/js/main.js"></script>


</body>

</html>
14 changes: 7 additions & 7 deletions Blogs/Autonomy/localization.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ul>
<li><a href="../../index.html">Home</a></li>
<!-- <li><a href="about.html">About Us</a></li> -->
<li><a href="../../team.html" class="active">Team Members</a></li>
<li><a href="../../team.html">Team Members</a></li>
<!-- <li class="dropdown"><a href="Blogs/blog-homepage.html"><span>Blogs</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="Blogs/blog-homepage.html">Team-Wide Blogs</a></li>
Expand All @@ -67,9 +67,9 @@
<li><a href="Blogs/blog-outreach.html">Outreach</a></li>
</ul>
</li> -->
<li class="dropdown"><a href=""><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a>
<li class="dropdown"><a href="../blog-autonomy.html" class="active"><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="../blog-autonomy.html">Autonomy</a></li>
<li><a href="../blog-autonomy.html" class="active">Autonomy</a></li>
<li><a href="../blog-mechE.html">Mechanical</a></li>
<li><a href="../blog-EE.html">Electrical</a></li>
</ul>
Expand Down Expand Up @@ -169,10 +169,10 @@ <h3>Arcturus</h3>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html">About us</a></li>
<li><a href="../team.html">Team Members</a></li>
<li><a href="../contact.html">Sponsors</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../about.html">About us</a></li>
<li><a href="../../team.html">Team Members</a></li>
<li><a href="../../contact.html">Sponsors</a></li>
</ul>
</div>

Expand Down
8 changes: 4 additions & 4 deletions Blogs/Autonomy/pathplanning.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ <h3>Arcturus</h3>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html">About us</a></li>
<li><a href="../team.html">Team Members</a></li>
<li><a href="../contact.html">Sponsors</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../about.html">About us</a></li>
<li><a href="../../team.html">Team Members</a></li>
<li><a href="../../contact.html">Sponsors</a></li>
</ul>
</div>

Expand Down
14 changes: 7 additions & 7 deletions Blogs/Autonomy/perception.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ul>
<li><a href="../../index.html">Home</a></li>
<!-- <li><a href="about.html">About Us</a></li> -->
<li><a href="../../team.html" class="active">Team Members</a></li>
<li><a href="../../team.html">Team Members</a></li>
<!-- <li class="dropdown"><a href="Blogs/blog-homepage.html"><span>Blogs</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="Blogs/blog-homepage.html">Team-Wide Blogs</a></li>
Expand All @@ -67,9 +67,9 @@
<li><a href="Blogs/blog-outreach.html">Outreach</a></li>
</ul>
</li> -->
<li class="dropdown"><a href=""><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a>
<li class="dropdown"><a href="../blog-autonomy.html" class="active"><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="../blog-autonomy.html">Autonomy</a></li>
<li><a href="../blog-autonomy.html" class="active">Autonomy</a></li>
<li><a href="../blog-mechE.html">Mechanical</a></li>
<li><a href="../blog-EE.html">Electrical</a></li>
</ul>
Expand Down Expand Up @@ -169,10 +169,10 @@ <h3>Arcturus</h3>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html">About us</a></li>
<li><a href="../team.html">Team Members</a></li>
<li><a href="../contact.html">Sponsors</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../about.html">About us</a></li>
<li><a href="../../team.html">Team Members</a></li>
<li><a href="../../contact.html">Sponsors</a></li>
</ul>
</div>

Expand Down
8 changes: 4 additions & 4 deletions Blogs/MechE/hulls.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ <h3>Arcturus</h3>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about.html">About us</a></li>
<li><a href="../team.html">Team Members</a></li>
<li><a href="../contact.html">Sponsors</a></li>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../about.html">About us</a></li>
<li><a href="../../team.html">Team Members</a></li>
<li><a href="../../contact.html">Sponsors</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Blogs/blog-autonomy.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h4 class="card-title">Path Planning</h4>
>
<div class="row" data-aos="fade-up">
<div class="col-lg-4 col-sm-4 py-2">
<a href="Autonomy/perception.html" class="card-overlink">
<a href="Autonomy/controller.html" class="card-overlink">
<div class="card shadow" style="width: 100%">
<img
src="../Pictures/Blogs/gazebo.jpg"
Expand Down
2 changes: 1 addition & 1 deletion Blogs/blog-mechE.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h4 class="card-title">Sensor Mast</h4>
<a href="MechE/mechanisms.html" class="card-overlink">
<div class="card shadow" style="width: 100%">
<img
src="../Pictures/Blogs/comingsoon.jpg"
src="../Pictures/Blogs/mechanism.jpg"
class="card-img-top"
alt="..."
style="max-height: fit-content; width: auto; margin: 30px 30px 10px 30px; display: block;"
Expand Down
Binary file added Pictures/Blogs/mechanism.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2>Thank you to our sponsors!</h2>
</div>
</div>

<div class="col-lg-3 col-md-4 col-xs-6">
<!-- <div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<a href="https://yamahaoutboards.com/">
<img
Expand All @@ -262,7 +262,7 @@ <h2>Thank you to our sponsors!</h2>
/>
</a>
</div>
</div>
</div> -->
</div>
<div class="text-start">
<h2 class="top"><hr width="100%" size="10" /></h2>
Expand Down

0 comments on commit 180994a

Please sign in to comment.