Open
Conversation
|
|
||
| // Called when the command is initially scheduled. | ||
| @Override | ||
| public void initialize() {} |
Contributor
There was a problem hiding this comment.
//add actions here that should be run once at the start of the Limelight follow sequence
//eg LEDs, pipelines, drivetrain...
|
|
||
| // Called every time the scheduler runs while the command is scheduled. | ||
| @Override | ||
| public void execute() {} |
Contributor
There was a problem hiding this comment.
//run an action you want to run periodically here for as long as the command is active.
//make calls to the limelight subsystem to get info, do whatever math you want, and then send info to the drivetrain
|
|
||
| // Called once the command ends or is interrupted. | ||
| @Override | ||
| public void end(boolean interrupted) {} |
Contributor
There was a problem hiding this comment.
//run any cleanup here. LEDs, pipelines, drivetrain?
new new new new new
new x 10 to the 2
new limelight area targeting
| public double getTV(){ | ||
| return table.getEntry("tv").getDouble(0.0); | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
Should we make tA publically accessible via a method?
| } | ||
|
|
||
|
|
||
| public void limelightCenter() { |
suppossedly the robot tank should move closer to a target
TA TA TA TA TA
we do not need to use this. just to test a neo motor. commented out tank drive.
new new no need to use this edit. do not use w limelight
in theory should work
adds different ciode limelight targeting
- new number -center distance left negative
Big update in is finished - checks ta, tv, tx makes sure they are what they want tells end command
gotta go byeeeeeee
Still lots to do tho/
ONLY IN LIMELIGTHT>JAVE NOT FINISHED AT ALL
lol ur mom - targetpose - finite - boolean check thing
and yet it still doesnt work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.