Skip to content

Commit

Permalink
Merge pull request #2 from truher/main
Browse files Browse the repository at this point in the history
move docs to docs directory, fiddle with readme's
  • Loading branch information
truher authored Dec 26, 2024
2 parents 8aa8c4d + e78781d commit 8b3cb96
Show file tree
Hide file tree
Showing 38 changed files with 23 additions and 21 deletions.
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
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

0 comments on commit 8b3cb96

Please sign in to comment.