Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move docs to docs directory, fiddle with readme's #2

Merged
merged 4 commits into from
Dec 26, 2024
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
31 changes: 10 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,20 @@
# all25

[![CI](https://github.com/Team100/all25/actions/workflows/main.yml/badge.svg)](https://github.com/Team100/all25/actions/workflows/main.yml)
[![CI](https://github.com/Team100/all25/actions/workflows/lib.yml/badge.svg)](https://github.com/Team100/all25/actions/workflows/lib.yml)
[![CI](https://github.com/Team100/all25/actions/workflows/raspberry_pi.yml/badge.svg)](https://github.com/Team100/all25/actions/workflows/raspberry_pi.yml)


all25 contains *all* the Team 100 code for *2025.* There's just one repository,
so that sharing library code across projects is easier.

This style of code management is sometimes called a ["monorepo"](https://en.wikipedia.org/wiki/Monorepo) if you want to read more about it.

Here is the directory layout:
What's here:

* **lib**: evergreen RoboRIO library code
* **comp**: RoboRIO competition code for 2025
* **raspberry_pi** coprocessor tasks: vision, logging, GTSAM
* **studies**: small independent projects
* your project
* another project
* **doc**: Documentation: look here for instructions!
* **lib**: Evergreen RoboRIO library code
* **raspberry_pi** Coprocessor tasks: vision, logging, GTSAM
* **studies**: Small independent projects
* Your project
* Another project
* etc ...

# Getting Started

First time working on Control? Fret not! This guide will walk you through everything from setting up your development environment, to deploying code to the RoboRIO, to controlling your first motor, and then to building a complex robot. It's an in-progress guide so please add to it anytime you see gaps.

Chapters:
1. [Setting up your development environment](README_1_STARTING.md)
2. [Getting your first motor running](README_2_MOTOR.md)
3. [Creating a new 'study'](README_3_STUDY.md)
all25 contains *all* the Team 100 code for *2025.* There's just one repository,
so that sharing library code across projects is easier.

This style of code management is sometimes called a ["monorepo"](https://en.wikipedia.org/wiki/Monorepo) if you want to read more about it.
13 changes: 13 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# doc

Documentation for Team100 control engineering software.

## Getting Started

First time working on Control? Fret not! This guide will walk you through everything from setting up your development environment, to deploying code to the RoboRIO, to controlling your first motor, and then to building a complex robot. It's an in-progress guide so please add to it anytime you see gaps.

Chapters:
1. [Setting up your development environment](README_1_STARTING.md)
2. [Getting your first motor running](README_2_MOTOR.md)
3. [Creating a new 'study'](README_3_STUDY.md)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading