added getting to ZeroedJoint for the current position
diff --git a/frc971/control_loops/zeroed_joint.h b/frc971/control_loops/zeroed_joint.h
index 01e95e3..582d48b 100644
--- a/frc971/control_loops/zeroed_joint.h
+++ b/frc971/control_loops/zeroed_joint.h
@@ -174,6 +174,8 @@
   // Timestamp
   static const double dt;
 
+  double absolute_position() const { return loop_->X_hat(0, 0); }
+
  private:
   friend class ZeroedStateFeedbackLoop<kNumZeroSensors>;
   // Friend the wrist test cases so that they can simulate windeup.