Skip to content

Commit

Permalink
Sync arm encoders when superstructure initializes (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbabilino committed Apr 1, 2023
1 parent 800472d commit 816e9b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/cpp/subsystems/Superstructure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Superstructure::Superstructure()
SmartDashboard::PutNumber("Initial pos", pos);

SmartDashboard::PutNumber("pot", 0.0);

SyncEncoders();
}

void Superstructure::SyncEncoders() {
Expand Down

0 comments on commit 816e9b0

Please sign in to comment.