-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtuas.html
More file actions
43 lines (42 loc) · 3.13 KB
/
Copy pathtuas.html
File metadata and controls
43 lines (42 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="tuas.css">
<title> Jose Orozco - Triton UAS </title>
<meta charset="utf-8">
</head>
<div class="topbar">
<a href="index.html">About</a>
<a class="active" href="tuas.html">Triton UAS</a>
<a href="artemis.html">Artemis</a>
<a href="interests.html">Interests</a>
<!--<a href="links.html">Links</a>-->
<a href="contact.html">Contact</a>
</div>
<body>
<h1>Triton Unmanned Aerial Systems</h1>
<img src="src/tuas/swallow.jpg" class="pic">
<p class="links"> <a href="https://tuas.ucsd.edu">TUAS</a> is a collegiate student organization that participates in the <a href="https://www.auvsi-suas.org/">AUVSI SUAS</a> international competition that asks teams to build an autonomous plane. The team mainly splits into four subteams, Airframe, Embedded, Software, and Business, to tackle the tasks necessary to participate in this competition. I have been one of the <a href="https://tuas.ucsd.edu/embedded.html">embedded subteam</a> leads at TUAS for the past two years, which is the subteam responsible for all the developing and configuration electronic connections that the project requires.</p>
<img src="src/tuas/pd_board.jpg" class="pic">
<h2>Power Distribution Board</h2>
<p class="link">During my third year at project, I began working on the power distribution board that serves as a supply for the various peripheral devices that the plane requires to fly autonomously. This project was an overhual from a previous iteration that had some complications due to deprecated components. Fortunately, I was able to develop a proof of concept that will soon power our peripheral devices. However, we are now working on reimplementing this board with surface mount devices, which will expediate the manufacturing process.</p>
<br>
<img src="src/tuas/ugv.jpg" class="pic">
<h2>Unmanned Ground Vehicle</h2>
<p class="link">Currently, along with other embedded members, we are assisting the airframe team to develop our unmanned ground vehicle. This vehicle is aimed to be autonomous as well, so we have been focused on implementing a controller for autonomous landing, as the drving controller is fairly trivial. This controller will steer a parachute to land as close as possible to a desired position.</p>
<br>
<img src="src/tuas/antenna_tracker.jpg" class="pic">
<h2>Antenna Tracker</h2>
<p class="link">When I joined TUAS, I started working on the antenna tracker. This project was not very fruitful at the beginning, as there were some compatibility issues for the way that we inteded to integrate the antenna tracker to the rest of our ground control station set up. Thus, we decided to develop our own firmware for the antenna tracker for more versatility and ease of setup while at a remote location.</p>
<br>
<!-- <img src="src/tuas/workfield.jpg" class="pic">
<h2>Work in the Field</h2>
<p class="link"></p>
<br>
<img src="src/tuas/soldering.jpg" class="pic">
<h2>Lead Responsibilities</h2>
<p class="link"></p>
<br>-->
<br>
</body>
</html>