Skip to content

Commit

Permalink
logs fun fun fun
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinencounter committed Jan 8, 2024
1 parent 296f073 commit 1d94ec2
Show file tree
Hide file tree
Showing 8 changed files with 280,066 additions and 32 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Var.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Var {
* Target distance for approaching objects with the 'x' button on Gamepad 1.
*/
@JvmField
val approachDistance = 3.5.inches
val approachDistance = 2.5.inches

/**
* Cancel approaching object task after this duration (milliseconds)
Expand Down Expand Up @@ -139,7 +139,7 @@ object Var {
/**
* How hard we spin the intake?
*/
const val intakePower = 0.8
const val intakePower = 0.6
}

object ApproachObject {
Expand Down
Loading

0 comments on commit 1d94ec2

Please sign in to comment.