Via LiveWindow and the SmartDashboard, we are able to successfully edit the P value of our swerve drive subsystem code. We are currently tuning the PIDs linking our angle sensors to our steeringmotors.
However, whenever we edit the I or D values in the Smart Dashboard (the instant we change focus away from these controls), the robot crashes.
Source Code which demonstrates the problem is at:
Swerve Drive Code
http://code.google.com/p/kauaibotsfi...riveSystem.cpp
Angle Sensor Code
http://code.google.com/p/kauaibotsfi...ngleSensor.cpp
If anyone has any ideas as to how to resolve this, we would greatly appreciate it. The promise of LiveWindow to accelerate our PID tuning progress is tantalizing, but seemingly unreachable, to us....