Fixed uninitialized variable

This commit is contained in:
Timothy Scott 2019-07-17 09:23:03 +02:00 committed by Beat Küng
parent 4a02475dd1
commit b9a2c9daf8
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ private:
ECL_L1_Pos_Controller _gnd_control;
bool _waypoint_reached;
bool _waypoint_reached{false};
enum UGV_POSCTRL_MODE {
UGV_POSCTRL_MODE_AUTO,