Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 29 additions & 18 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,55 @@ export default defineConfig({
},
{
label: "Subteams",
items: [
{ label: "Programming", slug: "subteams/programming" },
{ label: "Electrical", slug: "subteams/electrical" },
items: [
{ label: "Programming", items: [
{autogenerate: {directory: "subteams/programming" }}
] },
{ label: "Electrical", items: [
{autogenerate: {directory: "subteams/electrical" }}
] },
{
label: "Mechanical",
items: [
{ label: "Design", slug: "subteams/mechanical/design" },
{ label: "Design", items:[
{autogenerate: {directory: "subteams/mechanical/design" }}
] },
Comment on lines +39 to +41
{
label: "Fabrication",
items: [
{
label: "Machines",
slug: "subteams/mechanical/fabrication/machines",
},
{
label: "CAM",
slug: "subteams/mechanical/fabrication/cam",
},
{autogenerate: {directory: "subteams/mechanical/fabrication" }},
],
},
{ label: "Assembly", slug: "subteams/mechanical/assembly" },
{ label: "Assembly", items: [
{autogenerate: {directory: "subteams/mechanical/assembly" }}
] },
Comment on lines +48 to +50
],
},
{
label: "Business",
items: [
{ label: "Media", slug: "subteams/business/media" },
{ label: "Awards", slug: "subteams/business/awards" },
{ label: "Outreach", slug: "subteams/business/outreach" },
{ label: "Media", items: [
{autogenerate: {directory: "subteams/business/media" }}
] },
{ label: "Awards", items: [
{autogenerate: {directory: "subteams/business/awards" }}
] },
{ label: "Outreach", items: [
{autogenerate: {directory: "subteams/business/outreach" }}
] },
Comment on lines +56 to +64
],
},
],
},
{
label: "Strategy",
items: [
{ label: "Scouting", slug: "strategy/scouting" },
{ label: "Analysis", slug: "strategy/analysis" },
{ label: "Scouting", items: [
{autogenerate: {directory: "strategy/scouting" }}
] },
{ label: "Analysis", items: [
{autogenerate: {directory: "strategy/analysis" }}
] },
Comment on lines +72 to +77
],
},
],
Expand Down
Binary file added src/assets/FRC1477Intro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/eboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 39 additions & 1 deletion src/content/docs/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
---
title: Introduction

---
import { Image } from 'astro:assets';
import heroImage from '../../assets/eboard.png';

![frc1477](../../assets/FRC1477Intro.jpg)

We are frsinθ

FIRST Robotics Teams 1477 and 7492, Texas and Turbo Torque, are high school robotics teams out of The Woodlands, TX dedicated to giving our members hands-on experiences in science, technology, engineering, and mathematics (STEM).

TorqueTeach is an open-source library of information designed to educate those interested in diving deeper into FRC. With a collection of tutorials spanning multiple subteams, TorqueTeach is the perfect place to go to start learning more about the process of anything related to robotics, whether it is programming your robot or learning how to design a professional part for 3D printing or machining. TorqueTeach features in-depth instruction on the process behind the topic, allowing you to pick up the skills necessary to build your own workflow and bring your ideas to life.

## Subteams
Here is a small overview of the tasks of each subteam and what this guide will teach you to do in each subteam.

#### Programming
The programming subteam codes the robot in C++.

#### Electrical

<div style={{ float: 'right', margin: '1rem 0rem 1rem 2rem', position: 'relative', width: '300px', height: 'auto' }}>
<Image src={heroImage} alt="Electrical Board" fill sizes="300px" style={{ objectFit: 'contain' }} />
Comment on lines +24 to +25
</div>

In the electrical subteam, members wire the robot and manage the electrical components. They work closely with the mechanical subteam to make components and wiring pathways accessible and with the programming subteam to integrate sensors and motors to bring the robot to life. The guide is meant to take members from the basic components to advanced CAN and power optimizations.

#### Mechanical
The mechanical subteam has various responsibilities including desiging the robot, machining parts, and assembling subsystems.

#### Business
Business members focus on planning outreach events, promoting the team through social media, and draft award submissions.

## Strategy
Another key elements members must be knowledgeable of is strategy. This is a vital part of FRC competitions.

#### Scouting
Scouters record data about other robots at competitions to make informed decisions during alliance selection and match strategies. This guide will focus on training socuters on using TorqueScout, a custom scouting app, and teach good scouting practices.

we are frsinθ
#### Analysis
The scouting data must be analyzed effectively to create otpimal alliance selection picks and effective match strategies. In this section, members will learn how to effectively use data to make pick lists and plan match strategies.
5 changes: 0 additions & 5 deletions src/content/docs/strategy/analysis.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/strategy/analysis/match.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Match Strategy
---

3v3 wins
5 changes: 0 additions & 5 deletions src/content/docs/strategy/scouting.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/strategy/scouting/training.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Scouting Practices
---

cool robots
5 changes: 0 additions & 5 deletions src/content/docs/subteams/business/awards.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/subteams/business/awards/impact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Impact
---

impacting
7 changes: 0 additions & 7 deletions src/content/docs/subteams/business/media.mdx

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/docs/subteams/business/media/social.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Social Media

---

scrolling
5 changes: 0 additions & 5 deletions src/content/docs/subteams/business/outreach.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/subteams/business/outreach/events.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Events
---

reach out
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Electrical
title: High Ground
---

wire wire wire wire wire
5 changes: 0 additions & 5 deletions src/content/docs/subteams/mechanical/assembly.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/subteams/mechanical/assembly/tools.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Tools
---

allen keys, wrenches
5 changes: 0 additions & 5 deletions src/content/docs/subteams/mechanical/design.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/docs/subteams/mechanical/design/cad.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: CAD
---

onshape
Loading