Skip to content
Snippets Groups Projects
Commit 96c134ae authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[AirBrakes] Updated shadow mode timeout

parent 50ec703a
No related branches found
No related tags found
No related merge requests found
Pipeline #4320 passed
...@@ -34,7 +34,7 @@ namespace AirBrakesControllerConfig ...@@ -34,7 +34,7 @@ namespace AirBrakesControllerConfig
constexpr uint32_t UPDATE_PERIOD = 100; // 10 hz constexpr uint32_t UPDATE_PERIOD = 100; // 10 hz
#ifdef EUROC #ifdef EUROC
static constexpr int SHADOW_MODE_TIMEOUT = 5.4 * 1000; static constexpr int SHADOW_MODE_TIMEOUT = 5.7 * 1000;
#else #else
static constexpr int SHADOW_MODE_TIMEOUT = 3.8 * 1000; static constexpr int SHADOW_MODE_TIMEOUT = 3.8 * 1000;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment