Skip to content

Commit

Permalink
⚡ adjust time_limit_timer rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezenders committed May 15, 2024
1 parent b8fcffa commit 5e02e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suave_rosa_plansys/src/suave_rosa_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SuaveRosaController : public rosa_task_plan_plansys::RosaPlansysController
rclcpp::CallbackGroupType::MutuallyExclusive);
// TODO: create parameter for timer rate?
time_limit_timer_ = this->create_wall_timer(
1s, std::bind(&SuaveRosaController::time_limit_cb, this), time_limit_timer_cb_group_);
100ms, std::bind(&SuaveRosaController::time_limit_cb, this), time_limit_timer_cb_group_);
};

private:
Expand Down

0 comments on commit 5e02e56

Please sign in to comment.