Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sswadkar committed Jan 13, 2023
1 parent 7b5e405 commit efc7b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishing {
release(MavenPublication) {
groupId = 'org.team4099'
artifactId = 'falconutils'
version = '1.0.3'
version = '1.0.4'

from(components["kotlin"])
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AprilTagFieldLayout(
if (id < aprilTags.size) {
return Pose3d((-1337).meters, (-1337).meters, (-1337).meters, Rotation3d())
}
return aprilTags[id].pose
return aprilTags[id - 1].pose
}

fun setOrigin(newOrigin: OriginPosition) {
Expand Down

0 comments on commit efc7b31

Please sign in to comment.