mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
Merge branch 'PD_dev' into 'master'
Fixed Scout demo bug See merge request westonrobot/core/wrp_sdk!1
This commit is contained in:
@@ -57,8 +57,8 @@ class ScoutBase : public MobileBase {
|
|||||||
ScoutMotionCmd current_motion_cmd_;
|
ScoutMotionCmd current_motion_cmd_;
|
||||||
ScoutLightCmd current_light_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_enabled_ = false;
|
||||||
bool light_ctrl_requested_ = false;
|
bool light_ctrl_requested_ = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user