Skip to content

Commit

Permalink
make sure ir is at least on while waiting in auto
Browse files Browse the repository at this point in the history
make shooter have secondary current limit, lower current limit to 85A

increase max tag distance

use single tag rotation (stddev takes care of inaccuracy anyways)

adjust 3 piece from the vabla matches

make a 5 piece that goes for far away piece first

log swerve module states in a way adv scope can display them
  • Loading branch information
jpothen8 committed Mar 12, 2024
1 parent b41a3c8 commit 6c5d50c
Show file tree
Hide file tree
Showing 14 changed files with 18,133 additions and 73 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ktlint {
dependencies {
compileOnly 'org.jetbrains:annotations:24.0.1'

implementation 'com.github.shueja:Monologue:v1.0.0-beta5'
implementation 'com.github.shueja:Monologue:v1.0.0-beta6'

implementation("io.javalin:javalin:5.6.2")
implementation("org.slf4j:slf4j-nop:2.0.6")
Expand Down
1 change: 0 additions & 1 deletion simgui-ds.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"guid": "Keyboard0"
},
{
"guid": "78696e70757401000000000000000000",
"useGamepad": true
}
]
Expand Down
6 changes: 4 additions & 2 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
"Monologuing": {
"open": true,
"robot": {
"closeToShooterInfrared": {
"open": true
},
"drive": {
"boolean[]##v_/Monologuing/robot/drive/2.1 Used Last Vision Estimate?": {
"open": true
Expand Down Expand Up @@ -297,8 +300,7 @@
},
"int[]##v_/Monologuing/robot/drive/2.7 Total Rejected Vision Sights": {
"open": true
},
"open": true
}
},
"intake": {
"double[]##v_/Monologuing/robot/intake/3.1 Intake 3D Position": {
Expand Down
Loading

0 comments on commit 6c5d50c

Please sign in to comment.