![]() |
Buttons without Scheduler
I need to implement functionality with buttons on the SmartDashboard which do things to the robot. I do not want to use Scheduler, since we are not using command-based. Is there a way to do this without making a smartdashboard widget and hack network tables backwards?
|
Re: Buttons without Scheduler
Quote:
and put in this data somewhere Code:
public String getSmartDashboardType(){Code:
table.getBoolean("pressed");e/ No. send it to the dashboard via Code:
SmartDashboard.putData(yourButton)Code:
SmartDashboard.getData(yourButton |
Re: Buttons without Scheduler
Quote:
|
Re: Buttons without Scheduler
We've decided to not bother with it because the feature really isn't needed, but thank you for helping anyway.
|
Re: Buttons without Scheduler
I haven't tried it, but have you looked at NetworkButton?
|
Re: Buttons without Scheduler
Quote:
|
Re: Buttons without Scheduler
Quote:
|
| All times are GMT -5. The time now is 10:09. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi