Skip to content

Commit f897423

Browse files
authored
medium
1 parent f8e4b9c commit f897423

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

docs/_layouts/on-this-page.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
</script>
5555

5656
<style>
57+
:root {
58+
--content-width: 65rem;
59+
--total-width: 85rem;
60+
--side-bar-width: 16.5rem;
61+
}
62+
5763
@media (min-width: 901px) {
5864
.toc {
5965
order: 2;
@@ -66,7 +72,7 @@
6672
border-left: 1px solid #444;
6773
border-radius: 1px;
6874
flex-shrink: 0;
69-
font-size: smaller;
75+
font-size: medium;
7076
}
7177
.a {
7278
display:flex; align-items:flex-start; gap: 1rem;
@@ -81,7 +87,7 @@
8187
min-width: 16.5rem
8288
}
8389
}
84-
@media (min-width: 90rem) {
90+
@media (min-width: 85rem) {
8591
.side-bar+.main {
8692
margin-left: Max(16.5rem, calc((100% - 85rem) / 2 + 16.5rem));
8793
}

docs/path-follower-evolution.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ nav_order: 4
66

77
# The History and Evolution<br><sub>of Our Path Follower, Black Ice</sub>
88

9+
<br>
10+
911
The beginnings of Black Ice started in our first season, INTO THE DEEP 2024-2025, with the development of our first autonomous frameworks. Our small framework was later was fully developed into a sophisticated follower in the 2025 off-season.
1012

1113
## v1.0 - Wheel Encoder + IMU
@@ -26,10 +28,9 @@ After we realized we could retrieve the robot's heading from the IMU, it sparked
2628
###### Intermediate version between our first and second competitions in 2024.
2729
{: .no_toc}
2830

29-
<sub>
3031
You may wonder why we didn't switch to a another path following library when we got odometry wheels. Learn about
3132
[why did we developed our own path follower here.](https://teamfrozencodeftc.github.io/Black-Ice-Path-Follower/#why-did-we-develop-our-own-path-follower)
32-
</sub>
33+
3334
Used goBILDA pinpoint odometry to move toward a target, dynamically predicted the braking distance, and then turned on zero power brake mode to stop.
3435

3536
With acquiring independent dead wheels, we discovered that there was no need to slowly accelerate and decelerate because they would not slip like powered wheels. The robot could accelerate fully until the last moment when it needed to brake.

0 commit comments

Comments
 (0)