![]() |
SmartDashboard SFX Help
This is our team's first time really implementing SmartDashboard. I'm a little confused as to how it functions and how to put values onto it. Any resources apart from the screen steps would be great to know about. Thank you!
|
Re: SmartDashboard SFX Help
Quote:
Don't ask questions like this until you have read the documentation. If you read the docs for 2 minutes I guarantee all of your questions will be answered. ::rtm:: ::rtm:: ::rtm:: ::rtm:: ::rtm:: |
Re: SmartDashboard SFX Help
I have actually thoroughly read through the documentation; I just don't find it very helpful. That's why I am asking for alternative resources. Perhaps those will be of greater help.
|
Re: SmartDashboard SFX Help
SmartDashboard just uses a table of key (name) value pairs sent over the network from your robot. When you put data into the table it automatically creates a widget to display the value. Widgets can also display other things (like a MJPEG camera stream) and be deleted, moved and resized. That's about it!
|
Re: SmartDashboard SFX Help
Quote:
Code:
SmartDashboard.putNumber("nameForNumber", numberValue); |
| All times are GMT -5. The time now is 21:53. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi