Open gnawinganimal opened 5 years ago
See #31. Not quite done, but getting there.
Made progress with #35. The system isn't entirely flawless, though, so this issue is still up.
There are some issues with the inputs. @solidstatebird said that they don't work at all. For now we are using wpilib.
At this point I don't think this is going to benefit us at all. The wpilib joysticks combined with the ObservableValue
are working really well.
Sertain has a handy dandy event bus. It might be nice to adapt input devices and OI controls to these events
(It would be nicer to use
button
as the receiver, but that space is occupied byCoroutineScope
unfortunately. This allows the subscription to be canceled with the parent coroutine.)