Team-5509 / PrincessZeta

2020 Robot
2 stars 0 forks source link

Pneumatic piston for intake #14

Closed her0me closed 4 years ago

her0me commented 4 years ago

There is going to be at least one pneumatic piston probably to extend the intake out. This should be included in the intake command which calls a new intakeExtend command?

Shalmezad commented 4 years ago

Can't (well, shouldn't) call commands from other commands.

You'll need to choose one of the following:

Shalmezad commented 4 years ago

Going to go ahead and assign @KollinBartz since he's doing other work on the intake. Will help avoid conflicts down the line.

her0me commented 4 years ago

Hey, Richard how do I do a command group in robot builder

Shalmezad commented 4 years ago

Same as command, just different thing. It's the icon with multiple running people. Pull it in, give it a name, save verify Java. Then, do your add sequential by hand.

On Sat, Feb 8, 2020, 1:55 PM Corbin notifications@github.com wrote:

Hey, Richard how do I do a command group in robot builder

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Team-5509/PrincessZeta/issues/14?email_source=notifications&email_token=AALH5ZUDI3WFCHAUJBODERTRB3523A5CNFSM4KOHIWYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELFZA3Q#issuecomment-583766126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALH5ZSHMR274ZL2AG5FKATRB3523ANCNFSM4KOHIWYA .

her0me commented 4 years ago

I think my addSequential() might be wrong for FoldIntake because I am testing it and it only stays out. i am quite confident the solenoid is hooked up correctly.

her0me commented 4 years ago

I just committed it if you want to look at it

her0me commented 4 years ago

Fixed