Closed rhauch closed 9 years ago
Changed Strongback.start() to do nothing when already started, added Strongback.killAllCommands() that only kills all commands (e.g., useful after autonomous mode), and Strongback.restart() that is better than start() in IterativeRobot.teleopInit().
Strongback.start()
Strongback.killAllCommands()
Strongback.restart()
start()
IterativeRobot.teleopInit()
Closes #32
Changed
Strongback.start()
to do nothing when already started, addedStrongback.killAllCommands()
that only kills all commands (e.g., useful after autonomous mode), andStrongback.restart()
that is better thanstart()
inIterativeRobot.teleopInit()
.Closes #32