fixed scout demo bug, removed redecleration of fields in scout_base the hide mobile_base fields

This commit is contained in:
Tan Pin Da
2020-08-19 08:56:22 +08:00
parent 92dfdccb5a
commit ebc183c237

View File

@@ -57,8 +57,8 @@ class ScoutBase : public MobileBase {
ScoutMotionCmd current_motion_cmd_;
ScoutLightCmd current_light_cmd_;
int32_t cmd_thread_period_ms_ = 10;
bool cmd_thread_started_ = false;
bool light_ctrl_enabled_ = false;
bool light_ctrl_requested_ = false;