![]() |
Arm Issue
I have tried almost everything to fix this. I need some help. :confused:
Below is my OI code, and below that is my ArmClose code. My ArmOpen code is almost exactly the same as that, but the ArmClose code does not work. Code:
package org.usfirst.frc3680.RecycleRush;Code:
package org.usfirst.frc3680.RecycleRush.commands; |
Re: Arm Issue
The first thing I would try is putting print statements in the initialize() method (or a breakpoint and debug it) to make sure it is being called when you think it is.
If that works, then check to make sure Robot.armOpenClose.armClose() is actually doing what you think it is. |
Re: Arm Issue
Quote:
ArmClose.java Code:
package org.usfirst.frc3680.RecycleRush.commands;Code:
package org.usfirst.frc3680.RecycleRush.subsystems; |
Re: Arm Issue
Figured it out! Thanks for the help! I took a look at Team 1160's method of limit-switching. It is a whole lot simpler.
|
| All times are GMT -5. The time now is 11:35. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi