slowed down the arms
This commit is contained in:
parent
62819bc05c
commit
99175b1bfb
@ -222,12 +222,12 @@ private:
|
||||
if(!arming && driver_stick.GetRawButton(RAMP_RAISE))
|
||||
{
|
||||
arming = true;
|
||||
arms.Set(1);
|
||||
arms.Set(0.5);
|
||||
}
|
||||
else if(!arming && driver_stick.GetRawButton(RAMP_LOWER))
|
||||
{
|
||||
arming = true;
|
||||
arms.Set(-1);
|
||||
arms.Set(-0.5);
|
||||
}
|
||||
else if(arming && !driver_stick.GetRawButton(RAMP_RAISE) && !driver_stick.GetRawButton(RAMP_LOWER))
|
||||
{
|
||||
|
Reference in New Issue
Block a user