Chun Feng Huang / CURRENT_CONTROL

Fork of CURRENT_CONTROL by LDSC_Robotics_TAs

Files at this revision

API Documentation at this revision

Comitter:
benson516
Date:
Sat Dec 24 09:55:00 2016 +0000
Parent:
12:085f35babe21
Child:
14:67fc256efeb7
Commit message:
Fix the bug

Changed in this revision

CURRENT_CONTROL.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/CURRENT_CONTROL.cpp	Sat Dec 24 09:49:47 2016 +0000
+++ b/CURRENT_CONTROL.cpp	Sat Dec 24 09:55:00 2016 +0000
@@ -235,7 +235,7 @@
         SetVoltage(voltage_out);
     }else{
         pid.Reset();
-        voltage_out = 0.0
+        voltage_out = 0.0;
         SetVoltage(0.0);
     }
     //--------------------------------//