Skip to content

Commit

Permalink
Merge branch 'plusparth/revup/main/field-frame-estimator' into pluspa…
Browse files Browse the repository at this point in the history
…rth/revup/main/refactor-vision-update
  • Loading branch information
sswadkar authored Feb 17, 2024
2 parents d1a0300 + 2ac28f7 commit e8d1250
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ out/
# Simulation GUI and other tools window save file
*-window.json

src/main/kotlin/com/team4099/robot2023/BuildConstants.kt

**/BuildConstants.kt

1 change: 0 additions & 1 deletion src/main/kotlin/com/team4099/lib/math/GeomUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ fun Pose2d.purelyTranslateBy(translation2d: Translation2d): Pose2d {
fun Pose2d.asTransform2d(): Transform2d {
return Transform2d(Pose2d(0.meters, 0.meters, 0.radians), this)
}

/**
* Returns pose of whatever the transform represents, in the original frame of the transform. For
* example, odomTRobot.asPose2d() would give the pose of the robot in the odometry frame.
Expand Down
15 changes: 0 additions & 15 deletions src/main/kotlin/com/team4099/robot2023/BuildConstants.kt

This file was deleted.

0 comments on commit e8d1250

Please sign in to comment.