Dependencies:   ros_lib_kinetic

Revision:
21:0b10d8e615d1
Parent:
15:59471daef4cb
Child:
22:82871f00f89d
--- a/MLSettings.h	Tue Nov 27 16:53:06 2018 +0000
+++ b/MLSettings.h	Tue Dec 11 15:45:01 2018 +0000
@@ -17,15 +17,12 @@
 const unsigned int LOW_LEVEL_SPI_FREQUENCY = 10000000;
 
 // PATH GENERATION SETTINGS
-//const float MIN_MAX_ACT_LENS[2] = { 0.0 , 40.0 };
-const float PATH_SAMPLE_TIME_S = 0.005; //0.01; //0.109
-const float MAX_LENGTH_MM = 100.0;
+const float LL_DEMANDS_FREQ_HZ = 50;
+const float MAX_ACTUATOR_LIMIT = 40.0;
 const float MAX_ACTUATOR_LENGTH = 52.2;
 const float MAX_SPEED_MMPS = 24.3457;
 //const float FLT_MAX_CHAMBER_LENGTHS_MM[N_CHANNELS] = {80.0,80.0,80.0,80.0,80.0,80.0,80.0,80.0};
-//const float FLT_ACTUATOR_CONVERSION[N_CHANNELS] = {0.30586,0.30586,0.30586,0.30586,0.30586,0.4588,0.4588}; // Convert from chamber lengths to actuator lengths
-const float FLT_ACTUATOR_CONVERSION[N_CHANNELS] = {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}; // Convert from chamber lengths to actuator 
-const float FLT_SMOOTHING_FACTOR = 0.7; //0.1; // 0<x<=1, where 1 is no smoothing
+//const float FLT_ACTUATOR_CONVERSION[N_CHANNELS] = {1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0}; // Convert from chamber lengths to actuator 
 const float FLT_PERCENT_PATH_TOLERANCE = 0.05; // Additional % tolerance beyond maximum achievable mm tolerance
 
 #endif
\ No newline at end of file