|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Testing SmartDashboard Tools Display Subsystem Status
I have been testing tools the team has never used but I see Value in. I tried to add my subsystem status on the SmartDashboard by using:
Code:
public void robotInit(){
SmartDashboard.putData(mySubsystem); //Works
//and
SmartDashboard.putData(myPIDSubsystem); //Does Not Work
|
|
#2
|
||||
|
||||
|
Re: Testing SmartDashboard Tools Display Subsystem Status
The PID subsystem works quite well last I checked, you had the normal options for a command plus some tuning widgets for the PIDF constants. Check your code (command code and SD code (reset all if you aren't doing anything special)) and see if you can find an issue, if not post here.
|
|
#3
|
|||
|
|||
|
Re: Testing SmartDashboard Tools Display Subsystem Status
The live window works fine. I was looking for subsystem status in teleop.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|