Skip to content

Commit

Permalink
change from thread_priority.hpp to realtime_helpers.hpp (#1829)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8fa60db)

# Conflicts:
#	controller_manager/src/ros2_control_node.cpp
  • Loading branch information
saikishor authored and mergify[bot] committed Nov 8, 2024
1 parent e4d1450 commit c2d1479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@
#include <thread>

#include "controller_manager/controller_manager.hpp"
<<<<<<< HEAD
#include "rclcpp/rclcpp.hpp"
#include "realtime_tools/thread_priority.hpp"
=======
#include "rclcpp/executors.hpp"
#include "realtime_tools/realtime_helpers.hpp"
>>>>>>> 8fa60db (change from thread_priority.hpp to realtime_helpers.hpp (#1829))

using namespace std::chrono_literals;

Expand Down

0 comments on commit c2d1479

Please sign in to comment.