Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

changed slave controllers to VictorSPX#26

Merged
lhmcgann merged 7 commits intoDeepBlueRobotics:testing-no-autofrom
dfang314:testing-no-auto
Jan 21, 2018
Merged

changed slave controllers to VictorSPX#26
lhmcgann merged 7 commits intoDeepBlueRobotics:testing-no-autofrom
dfang314:testing-no-auto

Conversation

@dfang314
Copy link
Copy Markdown
Contributor

left framework for TalonSRX in case we switch back.

PIDMove = new JoystickButton(leftJoy, getButton("PID Move", 7));
PIDMove.whenPressed(new PIDMove(40));
PIDTurn = new JoystickButton(leftJoy, getButton("PID Turn", 8));
PIDTurn.whenPressed(new PIDTurn(30));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not big on attaching hard-coded PID commands to joystick buttons. Nelson is working on implementing last year's PID widget (now called PIDget) into this year's code, so can we hold off on doing this/not do it? Victor stuff looks fine though. 👌

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For testing reasons before the pidget is done, we still want to test PID.

@lhmcgann lhmcgann merged commit 532bc10 into DeepBlueRobotics:testing-no-auto Jan 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants