Skip to content

Commit

Permalink
Fixed uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Scott authored and bkueng committed Jul 17, 2019
1 parent 4a02475 commit b9a2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rover_pos_control/RoverPositionControl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class RoverPositionControl

ECL_L1_Pos_Controller _gnd_control;

bool _waypoint_reached;
bool _waypoint_reached{false};

enum UGV_POSCTRL_MODE {
UGV_POSCTRL_MODE_AUTO,
Expand Down

0 comments on commit b9a2c9d

Please sign in to comment.