frc5687 / frc5687/learn-robot

Subsystems

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Subsystems are what define the capabilities of each independent system of a robot.
For instance, a robot usually consists of a basic subsystem of DriveTrain, which is responsible for the base of the driving of the robot chassis, and contains methods which define the operation of the components of the subsystem, i.e. actuators and sensors.

  • Understand the basics of subsystems
  • Know how to organize different systems and mechanisms as separate subsystems
  • Know how to create a subsystem, define its components, and declare methods which provide the basic behaviors of the subsystem

Further studies: http://wpilib.screenstepslive.com/s/4485/m/13809/l/241900-simple-subsystems

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the issue’s linked Simple Subsystems study and compare it with the listed learning objectives. Define the lesson scope around subsystem basics, separating systems and mechanisms, and creating components and behaviors; it is done when each objective is clearly covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
robotics
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.