[Ver 1.0] The code was given by Seunghoon shin, used for hydraulic quadrupedal robot. Buyoun Cho will revise the code for Post-LIGHT (the robot name is not determined yet).

Dependencies:   mbed FastPWM

Revision:
78:2a7d1399e579
Parent:
74:2bd13b02ed17
Child:
81:49a733a3eb9e
--- a/setting.h	Tue Jun 09 09:54:10 2020 +0000
+++ b/setting.h	Wed Jun 10 00:50:58 2020 +0000
@@ -427,11 +427,11 @@
 //extern const int num_input_array;
 
 #define     numpast_x           5
-#define     numpast_f           0
+#define     numpast_f           5
 #define     numfuture_f         5
-#define     num_input           12  //numpast_x + 1 + numpast_f + 1 + numfuture_f
+#define     num_input           17  //numpast_x + 1 + numpast_f + 1 + numfuture_f
 #define     num_array_f_future      11  // numfuture_f * 2 + 1
-#define     num_array_f_past        1  // numpast_f * 2 + 1        
+#define     num_array_f_past        11  // numpast_f * 2 + 1        
 #define     num_array_x_past        11  // numpast_x * 2 + 1