|
|
|
@ -64,7 +64,7 @@ private:
@@ -64,7 +64,7 @@ private:
|
|
|
|
|
|
|
|
|
|
static const uint8_t buff_len_max = 20; // buffer maximum length
|
|
|
|
|
static const int16_t output_dz = 100; // output deadzone in scale of -1000 to +1000
|
|
|
|
|
const float line_length_correction_factor = 0.0357f; // convert winch counter to meters
|
|
|
|
|
const float line_length_correction_factor = 0.003333f; // convert winch counter to meters
|
|
|
|
|
|
|
|
|
|
AP_HAL::UARTDriver *uart; |
|
|
|
|
char buff[buff_len_max]; // buffer holding latest data from winch
|
|
|
|
|