|
Re: Testing commands with parameters on SmartDashboard
I have not found a way to do this, but you are right it would be very nice to be able to do this.
You could always write a command that reads a value from the SmartDashboard in the initialize() method. But now you're adding additional functionality to your command that you probably don't want in the end.
|