Skip to content

Commit

Permalink
fix: typo use thread_priority (backport #1844) (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 4, 2024
1 parent ac9f005 commit 92871d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ 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
Expand Down

0 comments on commit 92871d8

Please sign in to comment.