Skip to content

Commit 4bcd6d3

Browse files
authored
left border
1 parent 07e4f8c commit 4bcd6d3

File tree

3 files changed

+4
-40
lines changed

3 files changed

+4
-40
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ kramdown:
1111

1212
aux_links:
1313
"GitHub":
14-
- "https://github.dev/TeamFrozenCodeFTC/Black-Ice-Path-Follower"
14+
- "https://github.com/TeamFrozenCodeFTC/Black-Ice-Path-Follower"

docs/_layouts/on-this-page.html

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@
22
layout: default
33
---
44

5-
<!-- <div style="display:flex; align-items:flex-start; gap:2rem;">
6-
7-
<div style="
8-
order: 2;
9-
width:15rem;
10-
position:sticky;
11-
top:4rem;
12-
max-height:80vh;
13-
overflow:auto;
14-
padding:1rem;
15-
border:1px solid #444;
16-
border-radius:16px;
17-
background:#1f1f1f;
18-
color:#f8f8f8;
19-
flex-shrink:0;">
20-
<div style="font-size: larger;">On This Page</div>
21-
{% include toc.html html=content sanitize=true class="inline_toc" id="my_toc" h_min=2 %}
22-
</div>
23-
24-
<div style="flex:1; min-width:0; order: 1;">
25-
{{ content }}
26-
</div>
27-
285
</div> -->
296
<div class="a" >
307
<div class="toc">
@@ -86,12 +63,9 @@
8663
top: 4rem;
8764
max-height: 80vh;
8865
overflow: auto;
89-
padding: .5rem;
90-
/* border: 1px solid #444; */
91-
border: 1px solid var(--grey-dk-150);
92-
border-radius: 1px;
93-
background-color: var(--grey-dk-250);
94-
color: #f8f8f8;
66+
padding: 1rem;
67+
border-left: 1px solid #444;
68+
border-radius: 10px;
9569
flex-shrink: 0;
9670
font-size: small;
9771
}

docs/path-follower-evolution.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ nav_order: 4
66

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

9-
### Prototype Versions
10-
{: .no_toc}
11-
12-
- [v1.0 – **Basic, Autonomous Mecanum Drive** Using Wheel Encoder and IMU Heading Lock](#v10---wheel-encoder--imu)
13-
- [v2.0 - **Predictive Braking** Using Odometry Wheels and Zero Power Brake Mode](#v20---predictive-braking-using-odometry-wheels-and-zero-power-brake-moden)
14-
- [v3.0 - Corrective Braking Using a Quadratic-Damped PID](#v30---corrective-braking-using-a-quadratic-damped-pid)
15-
- [v4.0 – **Dynamic Lookahead Path Follower** for Lines and Curves](#v40---dynamic-lookahead-follower)
16-
- [v5.0 – Sophisticated Path Follower](#v50---sophisticated-follower)
17-
- translational, drive, heading, and deceleration profiles
18-
199
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.
2010

2111
## v1.0 - Wheel Encoder + IMU

0 commit comments

Comments
 (0)