mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
extra stuff
This commit is contained in:
@@ -131,8 +131,9 @@ public class RobotMap {
|
||||
}
|
||||
|
||||
// arm stuff
|
||||
public WPI_TalonFX pivot = new WPI_TalonFX(-1); // TODO: Add real id
|
||||
public WPI_TalonFX tele = new WPI_TalonFX(-1); // TODO: Add real id
|
||||
public WPI_TalonFX pivot = new WPI_TalonFX(-1); // TODO: Add real id
|
||||
public WPI_TalonFX tele = new WPI_TalonFX(-1); // TODO: Add real id
|
||||
public CANCoder pivotEncoder = new CANCoder(-1);
|
||||
|
||||
public void configArmMotors() {
|
||||
// config factory default
|
||||
|
||||
Reference in New Issue
Block a user