Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jul 15, 2024
1 parent 76c4b79 commit b889970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/RobotKit/include/RobotController.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,9 @@ class RobotController : public interface::RobotController

interface::Timeout &_timeout_state_internal;

std::chrono::seconds _sleep_timeout_duration {60};
std::chrono::seconds _idle_timeout_duration {600};
std::chrono::seconds _deep_sleep_timeout_duration {600};
std::chrono::seconds _sleep_timeout_duration {10};
std::chrono::seconds _idle_timeout_duration {10};
std::chrono::seconds _deep_sleep_timeout_duration {10};
interface::Timeout &_timeout_state_transition;

interface::Timeout &_timeout_autonomous_activities;
Expand Down

0 comments on commit b889970

Please sign in to comment.