Skip to content

Commit df5eed0

Browse files
committed
Update more headers
1 parent c6c5784 commit df5eed0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ur_controllers/include/ur_controllers/ur_configuration_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343

4444
// TODO(fmauch): Currently, the realtime_box_best_effort doesn't include this
4545
#include <functional>
46-
#include <realtime_tools/realtime_box_best_effort.h> // NOLINT
4746

4847
#include <memory>
4948

5049
#include <controller_interface/controller_interface.hpp>
50+
#include <realtime_tools/realtime_box_best_effort.hpp>
5151

5252
#include "ur_msgs/srv/get_robot_software_version.hpp"
5353
#include "ur_controllers/ur_configuration_controller_parameters.hpp"

ur_robot_driver/src/ur_ros2_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// ROS includes
4242
#include "controller_manager/controller_manager.hpp"
4343
#include "rclcpp/rclcpp.hpp"
44-
#include "realtime_tools/thread_priority.hpp"
44+
#include "realtime_tools/realtime_helpers.hpp"
4545

4646
// code is inspired by
4747
// https://github.com/ros-controls/ros2_control/blob/master/controller_manager/src/ros2_control_node.cpp

0 commit comments

Comments
 (0)