Skip to content

Commit 813476c

Browse files
committed
Reduce hcm rate
1 parent d9931d2 commit 813476c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bitbots_motion/bitbots_hcm/src

src/bitbots_motion/bitbots_hcm/src/hcm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ int main(int argc, char** argv) {
246246
std::thread thread_obj(thread_spin, exec);
247247

248248
auto last_time = node->get_clock()->now();
249-
rclcpp::Rate rate = rclcpp::Rate(125.0);
249+
rclcpp::Rate rate = rclcpp::Rate(100.0);
250250
while (rclcpp::ok()) {
251251
// Check if time progressed
252252
auto current_time = node->get_clock()->now();

0 commit comments

Comments
 (0)