Skip to content

Commit

Permalink
fix: typo use thread_priority
Browse files Browse the repository at this point in the history
  • Loading branch information
BarisYazici authored Nov 4, 2024
1 parent 58805d3 commit 02040fb
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 @@ -79,7 +79,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);
}

// for calculating sleep time
Expand Down

0 comments on commit 02040fb

Please sign in to comment.