FRC1076 / FRC1076/2018-Competition

Add a base autonomous class

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The base autonomous class is useful for creating a nice template for `init` and `execute` instead of writing out the same code over and over.

Our base class should have
- An `init` method that returns `self` (this will resolve #12)
- An `execute` method that does nothing (this will be implemented by each Auto class that implements it)
- An `end` method that does nothing (this will be implemented by each Auto class that implements it)

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for existing Auto classes and the code related to issue #12 to identify the appropriate base-class entry point. Confirm how autonomous classes are initialized and executed, then verify that the new class provides init, execute, and end with the stated behavior without disrupting existing Auto classes.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
robotics
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.