You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when doing the manualFeedbackTuner, we noticed that the blue line (our robot), was moving in circles on FTC dashboard, but was moving in a straight line in real life. We thought nothing of it, until, when doing the splineTest, where the robot, would not move in a proper spline, and on FTC dash, it showed the robot was moving in circles.
Tuning Files
Here are our tuning Parameters:
public double inPerTick = 0.0078482668410726;
public double lateralInPerTick = 0.0056539876547029525;
public double trackWidthTicks = 5312.21846717282;
// feedforward parameters (in tick units)
public double kS = 1.3154929873010737;
public double kV = 0.0005363938203611571;
public double kA = 0.0001;
public double par0YTicks = -1293.4791037362538; // y position of the first parallel encoder (in tick units)
public double par1YTicks = -1386.7924521981524; // y position of the second parallel encoder (in tick units)
public double perpXTicks = -1580.0543216662177; // x position of the perpendicular encoder (in tick units)
Robot Logs
No response
The text was updated successfully, but these errors were encountered:
We redid all the tuning instructions, and the manualFeedBackTuner was working better, the problem was that the axial, heading, and lateral gains would go into the negatives. Even if the robot was going straight in the field, the field diagram would show that robot was not moving in a straight line.
RR FTC Version
1.0
Observed Behavior
when doing the manualFeedbackTuner, we noticed that the blue line (our robot), was moving in circles on FTC dashboard, but was moving in a straight line in real life. We thought nothing of it, until, when doing the splineTest, where the robot, would not move in a proper spline, and on FTC dash, it showed the robot was moving in circles.
Tuning Files
Here are our tuning Parameters:
public double inPerTick = 0.0078482668410726;
public double lateralInPerTick = 0.0056539876547029525;
public double trackWidthTicks = 5312.21846717282;
public double par0YTicks = -1293.4791037362538; // y position of the first parallel encoder (in tick units)
public double par1YTicks = -1386.7924521981524; // y position of the second parallel encoder (in tick units)
public double perpXTicks = -1580.0543216662177; // x position of the perpendicular encoder (in tick units)
Robot Logs
No response
The text was updated successfully, but these errors were encountered: