Skip to content

Commit

Permalink
Update ros2_control_node.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Nov 4, 2024
1 parent 27f700d commit 23c699e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,16 @@ int main(int argc, char ** argv)
{
RCLCPP_INFO(
cm->get_logger(), "Successful set up FIFO RT scheduling policy with priority %i.",
kSchedPriority);
thread_priority);
}
}
else
{
<<<<<<< HEAD
RCLCPP_WARN(
cm->get_logger(),
"No real-time kernel detected on this system. See "
"[https://control.ros.org/master/doc/ros2_control/controller_manager/doc/userdoc.html] "
"for details on how to enable realtime scheduling.");
=======
RCLCPP_INFO(
cm->get_logger(), "Successful set up FIFO RT scheduling policy with priority %i.",
thread_priority);
>>>>>>> be0a339 (fix: typo use thread_priority (#1844))
}

// for calculating sleep time
Expand Down

0 comments on commit 23c699e

Please sign in to comment.