|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
||||
|
||||
|
Sending PIDSubsystem PID table to SmartDashboard
Exactly what the title says. This doesnt work.
Code:
SmartDashboard.putData("Arm PID", CommandBase.arm.getTable());
Code:
SmartDashboard.putData("Arm PID", (SmartDashboardData)CommandBase.arm.getTable());
|
|
#2
|
|||
|
|||
|
Re: Sending PIDSubsystem PID table to SmartDashboard
Code:
SmartDashboard.putData("Arm", CommandBase.arm);
|
|
#3
|
||||
|
||||
|
Re: Sending PIDSubsystem PID table to SmartDashboard
Thank you so much
Worked like a charm. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|