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