mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
ODOMETRY MIGHT WORK (more testing needed tho)
This commit is contained in:
@@ -64,7 +64,7 @@ public class XboxController implements IHandController
|
||||
ret[1] = y / mag;
|
||||
}
|
||||
double [] to_smart_dashboard = {square_mag, x, y, ret[0], ret[1]};
|
||||
SmartDashboard.putNumberArray("Input", to_smart_dashboard);
|
||||
//SmartDashboard.putNumberArray("Input", to_smart_dashboard);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user