-
Notifications
You must be signed in to change notification settings - Fork 5
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
Landon's Review Comments #1
Comments
Line ~102 of README.md: Add a step to download pipenv Line 1 of defensestate.py: what is the difference here, just an updated library thing? Line 32 of absoluterelativedrive.py: why no more brackets? New Auto.auto: is this just a new thing for pathplanner now? (no more manual path stuff yay!) Line 38 of requirements.txt: it has navx there, do we need pigeon too? line 33 of robot.py: what is SignalLogger? lines 60-70 of robotcontainer.py: what is dat named commands thing (explain) |
New Auto.auto is a pathplanner 2024 path absoluterelativedrive defensestate: yeah commands fully in python robot.py signallogger: a way to log the CTRE signals on a bot (position, velocity, control) basically control loop logging so we can view how the motors behave over time later in phoenix tuner named commands: see here named commands are commands that can run during an auto, so we can trigger events within the autons |
Line 36 of physics.py: what's typing.callable again? will do more sometime tmrw :) |
L36: callable is a function, in that it takes in nothing and returns a TalonFXSimState, since the sim states will update as calls are made |
line 322 of constants.py: why did the drive gain go from .15 to .001 lol line 21 of visionsubsystem.py: why is it loading from 2023 (for examples ig, but this should be 2024 now) line 12 of motorsimulator.py: why is it called SimTalon if it can take a diff motor as an input? also, why does this even exist if DCMotorSim already exists? line 14 of simcoder: yay no more ctre check! simtalon.py: why is there motorsimulator, simcoder, AND simtalon dawg drive system looks fine but i speed read it also we really need to test the pigeon, I can try to help u find it in the lab if I have time |
On newer commits!! line 26 of simcoder.py: Why is it simply return Rotation2d instead of Rotation2d.fromRadians or smthing? commit dacfc0c: is names just to make stuff easier to identify, or is there any real purpose besides that (im fine with it to be clear) line 108 of operatorinterface.py: We should test that POV actually works, I trust that it should but yknow I just suddenly realized I can actually comment on lines now ig?? So keep a lookout for those instead |
explain or fix right now.
The text was updated successfully, but these errors were encountered: