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