Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
51689c6
ctre pneumatic hub
TheSnowHatHero Feb 24, 2025
1808625
Mess with lineup to try to get accuracy, achieve very little
TheSnowHatHero Mar 1, 2025
bd339a1
Fix tag distance estimate for borders of screen
TheSnowHatHero Mar 1, 2025
8de420e
mirror path on red
Sha-dos Mar 1, 2025
4ef81b0
added reset_heading_offset
Sha-dos Mar 1, 2025
163abe6
mid autos
Sha-dos Mar 1, 2025
f5d7673
indexer speed and auto changes
Sha-dos Mar 1, 2025
b19d37d
Indexer speed constants
TheSnowHatHero Mar 1, 2025
47f30d3
lineup working properlly
Sha-dos Mar 2, 2025
8005f8e
slightly tuned l3 lineup
TheSnowHatHero Mar 2, 2025
b662722
im allergic to commiting single changes, auto, indexer, elevator, sco…
Sha-dos Mar 2, 2025
c4f4b84
mirroring autos
Sha-dos Mar 2, 2025
77725a1
red odo works, rotation needs to be fixed
Sha-dos Mar 3, 2025
3df78ed
Red auto works mostly (it does a little spin)
TheSnowHatHero Mar 8, 2025
f79ccb9
fully working red auto
TheSnowHatHero Mar 8, 2025
2fc7652
updated path
Sha-dos Mar 8, 2025
6fb6e6e
dont clone ferris for auto, keeping state
Sha-dos Mar 8, 2025
f8c2277
watchdog
Sha-dos Mar 8, 2025
cacc5ad
update watchdog
Sha-dos Mar 8, 2025
44f3df2
limelight angle and center auto
Sha-dos Mar 8, 2025
0fdcadf
last minute changes
Sha-dos Mar 13, 2025
571c1cb
tuned for field
Sha-dos Mar 13, 2025
c3b6cee
drivetrain updates
Sha-dos Mar 13, 2025
9195810
drivetrain updates
Sha-dos Mar 13, 2025
24b07a9
change bottom elevator setpoint
Sha-dos Mar 13, 2025
a775ff1
change bottom elevator setpoint again
Sha-dos Mar 13, 2025
cc69bb2
fixed blue2 timing
Sha-dos Mar 13, 2025
cb89727
change forward lineup distance
Sha-dos Mar 13, 2025
ee9371d
limelight and lineup match 24
Sha-dos Mar 13, 2025
1f6c418
center 1 is now tush push 1
Sha-dos Mar 13, 2025
4b1914d
measured limelight
Sha-dos Mar 13, 2025
a979c93
upped lineup kp
Sha-dos Mar 13, 2025
00caa5b
eod tuning, looks goodrp make deploy-scp
Sha-dos Mar 13, 2025
3cccc99
added offsets for each apriltag lineup position
Sha-dos Mar 14, 2025
3c6f3c9
changed tush push to get better limelight view
Sha-dos Mar 14, 2025
89849a6
move to close-to-reef end of lineup tolerance at end of lineup
TheSnowHatHero Mar 14, 2025
b7b9cce
tuning changes, needs more
Sha-dos Mar 14, 2025
6ce402e
tuning
Sha-dos Mar 14, 2025
6701385
untested code finally worked
Sha-dos Mar 14, 2025
ed30271
tuned again, said it would work like 20 commits ago. Maybe this is th…
Sha-dos Mar 14, 2025
d2bcdb9
fixed limelight angle
Sha-dos Mar 15, 2025
aa44fce
increased l4 speed
Sha-dos Mar 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
uom = { version = "0.35.0", features = ["f64"] }
nalgebra = "0.32.3"
wpi-trajectory = { git = "https://github.com/Sha-dos/trajectory-rs" }
#wpi-trajectory = { path = "../trajectory-rs" }
#wpi-trajectory = { git = "https://github.com/Sha-dos/trajectory-rs" }
wpi-trajectory = { path = "../trajectory-rs" }
axum = "0.7.4"
# limelightlib-rust = { git = "https://github.com/LimelightVision/limelightlib-rust.git" }

Expand Down
481 changes: 225 additions & 256 deletions auto/Blue2.traj

Large diffs are not rendered by default.

148 changes: 60 additions & 88 deletions auto/BlueLong.traj

Large diffs are not rendered by default.

193 changes: 193 additions & 0 deletions auto/TushPush1.traj

Large diffs are not rendered by default.

Loading
Loading