Skip to content

Commit 2e03f93

Browse files
Update ros2_control_node.cpp
1 parent 4d8c6ee commit 2e03f93

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

controller_manager/src/ros2_control_node.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ int main(int argc, char ** argv)
6767
}
6868
}
6969

70-
<<<<<<< HEAD
71-
=======
72-
// wait for the clock to be available
73-
cm->get_clock()->wait_until_started();
74-
cm->get_clock()->sleep_for(rclcpp::Duration::from_seconds(1.0 / cm->get_update_rate()));
75-
76-
>>>>>>> 94e610a (Fix the CPU affinity of the ros2_control_node (#2509))
7770
RCLCPP_INFO(cm->get_logger(), "update rate is %d Hz", cm->get_update_rate());
7871
const int thread_priority = cm->get_parameter_or<int>("thread_priority", kSchedPriority);
7972
RCLCPP_INFO(

0 commit comments

Comments
 (0)