Update TwoWheelPinpointIMULocalizer.java

This commit is contained in:
BaronClaps
2024-11-28 23:15:08 -06:00
committed by GitHub
parent ea4dd2e9c1
commit 3b47dc4269

View File

@ -15,8 +15,8 @@ import org.firstinspires.ftc.teamcode.pedroPathing.util.NanoTimer;
/** /**
* This is the TwoWheelLocalizer class. This class extends the Localizer superclass and is a * This is the TwoWheelPinpointIMULocalizer class. This class extends the Localizer superclass and is a
* localizer that uses the two wheel odometry with IMU set up. The diagram below, which is modified from * localizer that uses the two wheel odometry set up. The diagram below, which is modified from
* Road Runner, shows a typical set up. * Road Runner, shows a typical set up.
* *
* The view is from the top of the robot looking downwards. * The view is from the top of the robot looking downwards.
@ -25,18 +25,18 @@ import org.firstinspires.ftc.teamcode.pedroPathing.util.NanoTimer;
* *
* forward on robot is the x positive direction * forward on robot is the x positive direction
* *
* /--------------\ * forward (x positive)
* | ____ | *
* | ---- | * |
* | || || | * |
* | || || | ----> left (y positive) * /--------------\
* | | * | |
* | | * | |
* \--------------/ * | || || |
* | * left (y positive) <--- | || || |
* | * | ____ |
* V * | ---- |
* forward (x positive) * \--------------/
* *
* @author Anyi Lin - 10158 Scott's Bots * @author Anyi Lin - 10158 Scott's Bots
* @author Havish Sripada - 12808 RevAmped Robotics * @author Havish Sripada - 12808 RevAmped Robotics