Skip to content

Commit

Permalink
Improve commenting around inpertick/lateralinpertick
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Nov 30, 2024
1 parent ab6f994 commit 3c1afbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public static class Params {
RevHubOrientationOnRobot.UsbFacingDirection.FORWARD;

// drive model parameters
public double inPerTick = 1; // SparkFun OTOS Note: you can probably leave this at 1
public double lateralInPerTick = inPerTick;
public double inPerTick = 1; // If you're using OTOS/Pinpoint leave this at 1 (all values will be in inches, 1 tick = 1 inch)
public double lateralInPerTick = inPerTick; // Tune this with LateralRampLogger (even if you use OTOS/Pinpoint)
public double trackWidthTicks = 0;

// feedforward parameters (in tick units)
Expand Down

0 comments on commit 3c1afbe

Please sign in to comment.