Skip to content
Snippets Groups Projects
Commit 00d690fe authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Fix #839, set a longer timeout for SRT minor servos setup and park

parent 1823a21b
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
#include <ComponentErrors.h>
#include "SRTMinorServoBossCore.h"
// TODO: fine-tune this with the real hardware. The correct procedure can easily exceed this timeout, it should be increased accordingly.
#define PARK_TIMEOUT 60
// Same timeout as the one defined for the SETUP procedure
#define PARK_TIMEOUT 120
class SRTMinorServoBossCore;
......
......@@ -11,8 +11,8 @@
#include <ComponentErrors.h>
#include "SRTMinorServoBossCore.h"
// TODO: fine-tune this with the real hardware. The correct procedure can easily exceed this timeout, it should be increased accordingly.
#define SETUP_TIMEOUT 60
// GFR from -160 to 160 takes approximately 110 seconds
#define SETUP_TIMEOUT 120
class SRTMinorServoBossCore;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment