Skip to content

Commit

Permalink
fix: typo use thread_priority (#1844)
Browse files Browse the repository at this point in the history
(cherry picked from commit be0a339)

# Conflicts:
#	controller_manager/src/ros2_control_node.cpp
  • Loading branch information
BarisYazici authored and mergify[bot] committed Nov 4, 2024
1 parent ac9f005 commit 27f700d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,17 @@ int main(int argc, char ** argv)
}
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 27f700d

Please sign in to comment.