![]() |
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()); |
Re: Sending PIDSubsystem PID table to SmartDashboard
Code:
SmartDashboard.putData("Arm", CommandBase.arm); |
Re: Sending PIDSubsystem PID table to SmartDashboard
Thank you so much :)
Worked like a charm. |
| All times are GMT -5. The time now is 10:04. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi