joelg236
13-04-2012, 21:57
Exactly what the title says. This doesnt work.
SmartDashboard.putData("Arm PID", CommandBase.arm.getTable());
and this does not either
SmartDashboard.putData("Arm PID", (SmartDashboardData)CommandBase.arm.getTable());
What's the correct format for sending networktables to the smartdashboard?
SmartDashboard.putData("Arm PID", CommandBase.arm.getTable());
and this does not either
SmartDashboard.putData("Arm PID", (SmartDashboardData)CommandBase.arm.getTable());
What's the correct format for sending networktables to the smartdashboard?