-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wannebo pathing #15
Open
jwannebo3524
wants to merge
117
commits into
main
Choose a base branch
from
Wannebo-Pathing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Wannebo pathing #15
Conversation
This file contains 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
still figuring out how the org.json stuff works
still learning how to use pathing program
^its just a string. i added the code for getting json from limelight/networktables into the jsonparser because i had nowhere else to put it. it will be moved later.
Co-authored-by: JPWaters111 <[email protected]>
Start at top, score preload cone pos 1, pick up cone stage1, score cone pos 3, pick up cube stage2, score cube pos 2, engage
Start at top, score preload cone pos 1, pick up cone stage1, score cone pos 3, pick up cube stage2, score cube pos 2, pick up cube stage3
Start at bot, score preload cone pos 9, pick up cone stage4, score cone pos 7, pick up cube stage3, engage
Start at bot, score preload cone pos 9, pick up cone stage4, score cone pos 7, pick up cube stage3, score cube pos 8
Tech layoffs reached 150000 by now. Looks like our parsing thingamajig here is the next thing out.
Position PID for the sparkmax can now select which PID slot you want, as well as methods to choose which PID slot you are using and assign values to extra PID slots
I figured out how to use the org.json.simple library! I made a few things, all of which funnel into the final main "getDoubleProperty()" method That method is public and *automagically* fetches info about the currently tracked object for you. The subsystem constantly keeps parsing new up-to-date JSON and the method uses the most newly-parsed JSON each time so the numbers you get will always be current. If you want more details talk to me! -Drew M.
this is painful
Oh my god we have to make this better to type in next year it's 100 lines of steps
…until it finishes
slow down intake cube expel, arm slow down, slight fix, wrist and arm resets, correcting cone auto aim
LED fixes fixed smart cone detection slowed arm speed Added game piece in auto added limelight auto-drive override
Adding in framework for switching between red/blue alliances wrt odometry, as well as putting absolute odometry back in code for auto
actually not too bad. Minor changes to other paths, too.
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.
Subsystem: auto sub-paths
Description:
Add subpaths and subpath step (a.k.a. PathFollowerStep with stop at end removed so that a series subpaths can be run without stopping)
Tested: Nope. Todo: make actual programs
Collaborators: