![]() |
Why doesn't the SmartDashboard update?
Hi,
I am trying use the autonomous selector part of the Smartdashboard with this code in the init: Code:
self.auto_chooser=wpilib.SendableChooser()Code:
wpilib.SmartDashboard.putNumber("Something", 3) |
Re: Why doesn't the SmartDashboard update?
We are a java team. Here is our code that does multiple autos
Code:
public void robotInit() { |
Re: Why doesn't the SmartDashboard update?
Quote:
|
Re: Why doesn't the SmartDashboard update?
robotpy has an autonomous selector class that you can point at a directory of .py files and it'll setup a chooser that should work with SmartDashboard.
If you still want to roll your own, check out how it does it: https://github.com/robotpy/robotpy-w...lector.py#L151. Your code looks correct though, maybe there's something else missing... Additionally, with the latest version of pyfrc (as of a month ago or so?), there's an integrated chooser built into the simulator, using the key '/SmartDashboard/Autonomous Mode'. Run this sample for a cool demo of that working: https://github.com/robotpy/robotpy-w...ful_autonomous |
Re: Why doesn't the SmartDashboard update?
1 Attachment(s)
Quote:
C:\Users\[Name]\SmartDashboard Find save.xml and make a back up copy Replace it with the clean copy of save.xml and see if that gets your old variables from popping up |
| All times are GMT -5. The time now is 09:42. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi