-
Notifications
You must be signed in to change notification settings - Fork 1
/
callistercustomgearbox.html
107 lines (80 loc) · 4.02 KB
/
callistercustomgearbox.html
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
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Gearbox | Callister</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="shortcut icon" href="images/callister_logo.png">
<link rel="stylesheet" href="styles.css">
<style>
#eragon-frc-nav-img {
display: block;
}
iframe {
width: 640px;
height: 480px;
}
@media screen and (max-width: 800px) {
iframe {
width: 320px;
height: 240px;
}
.mediachange {
width: 300px;
height: auto;
}
}
</style>
<script src="includes/navbar.inc.js" defer></script>
</head>
<body>
<nav id="navRoot"></nav>
<section class="eragonfrc-hakkinda">
<h1>Callister Custom Gearbox</h1><br><br>
<p>
Hi everyone,<br>
<br>
We are team 9024 Callister and we are excited to share our innovation for this year’s FRC competition: a 4 motor gearbox! <br>
<br>
As you may know, most FRC teams use 2 motor gearboxes to power their drivetrains. However, we wanted to challenge ourselves and create something different and better. That’s why we designed and built a 4 motor gearbox that has many advantages over the conventional 2 motor gearbox. <br>
<br>
Some of the benefits of our 4 motor gearbox are:
<ul>
<li>
More power: With 4 motors instead of 2, we can generate more torque and speed for our robot. This gives us an edge in pushing matches, climbing obstacles, and maneuvering around the field.
</li>
<li>
More efficiency: With 4 motors working together, we can reduce the current draw and heat generation of each motor. This means less battery drain, less risk of tripping breakers, and longer motor life.
</li>
<li>
More versatility: With 4 motors in one gearbox, we can easily switch between different gear ratios by changing sprockets or belts. This allows us to adapt to different game scenarios and optimize our performance.
</li>
<li>
We are very proud of our 4 motor gearbox and we think it is a game-changer for FRC robots. We have tested it extensively on our practice robot and it works flawlessly. We can’t wait to show it off at the competition!
</li>
</ul>
<a href="https://drive.google.com/drive/folders/1zb3ZkMuG1hYrxL1RxKjPX8hJw6j-nJtz?usp=sharing">Callister Custom Gearbox Files</a>
</p><br><br>
<iframe src="https://hotmail350630.autodesk360.com/shares/public/SH35dfcQT936092f0e43349d7929909e5e5e?mode=embed" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe>
<img class="mediachange" src="images/callistercustomgearbox.jpeg" width="100%">
<br>
<br>
<video class="mediachange" src="images/callistercustomgearboxvideo.mp4" controls></video>
</section>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<section class="page-loader">
<div class="loading-animation"></div><br>
<h1>SAYFA YÜKLENİYOR</h1>
</section>
<script>
window.addEventListener("load", () => {
const pageLoader = document.querySelector(".page-loader");
pageLoader.classList.add("fade-out");
});
</script>
</body>
</html>