Skip to content

Commit

Permalink
Fix odom calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzinSeal committed Oct 5, 2023
1 parent 2621a4d commit 8418a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lemlib/chassis/odom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class Odometry {
*/
void update();
private:
OdomSensors_t& sensors;
Drivetrain_t& drive;
OdomSensors_t sensors;
Drivetrain_t drive;
Pose pose = Pose(0, 0, 0);

float prevVertical = 0;
Expand Down

0 comments on commit 8418a7d

Please sign in to comment.