File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/java/org/frc6423/robot/subsystems/superstructure/arm Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import edu .wpi .first .epilogue .Logged ;
1010import edu .wpi .first .wpilibj2 .command .Command ;
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import static edu .wpi .first .units .Units .Centimeters ;
1010import static edu .wpi .first .units .Units .Degrees ;
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import edu .wpi .first .epilogue .Logged ;
1010
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99/** Null {@link ArmPivotIO} */
1010public class ArmPivotIONone implements ArmPivotIO {
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import static edu .wpi .first .units .Units .KilogramSquareMeters ;
1010import static edu .wpi .first .units .Units .Meters ;
1111import static edu .wpi .first .units .Units .Radians ;
12- import static org .frc6423 .robot .subsystems .arm .ArmPivot .*;
12+ import static org .frc6423 .robot .subsystems .superstructure . arm .ArmPivot .*;
1313
1414import edu .wpi .first .math .MathUtil ;
1515import edu .wpi .first .math .controller .ProfiledPIDController ;
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import edu .wpi .first .wpilibj2 .command .Command ;
1010import java .util .function .DoubleSupplier ;
Original file line number Diff line number Diff line change 44// Open Source Software; you can modify and/or share it under the terms of
55// MIT license file in the root directory of this project
66
7- package org .frc6423 .robot .subsystems .arm ;
7+ package org .frc6423 .robot .subsystems .superstructure . arm ;
88
99import edu .wpi .first .math .geometry .Rotation2d ;
1010
You can’t perform that action at this time.
0 commit comments