Skip to content

Commit

Permalink
mission: raise max retries
Browse files Browse the repository at this point in the history
This makes it more robust against message drops.
  • Loading branch information
julianoes authored and JonasVautherin committed Feb 20, 2019
1 parent 31b46c4 commit 7697c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mission/mission_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class MissionImpl : public PluginImplBase {
// Ultimate it needs a setter.
bool _enable_absolute_gimbal_yaw_angle{true};

static constexpr unsigned MAX_RETRIES = 5;
static constexpr unsigned MAX_RETRIES = 10;

static constexpr uint8_t VEHICLE_MODE_FLAG_CUSTOM_MODE_ENABLED = 1;

Expand Down

0 comments on commit 7697c99

Please sign in to comment.