Skip to content

Commit

Permalink
Use the .hpp headers from realtime_tools package (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 6, 2024
1 parent 331038d commit ca48bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "controller_interface/chainable_controller_interface.hpp"
#include "controller_manager/visibility_control.h"
#include "rclcpp/subscription.hpp"
#include "realtime_tools/realtime_buffer.h"
#include "realtime_tools/realtime_buffer.hpp"
#include "semantic_components/imu_sensor.hpp"
#include "std_msgs/msg/float64_multi_array.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "joint_limits/visibility_control.h"
#include "rclcpp/node.hpp"
#include "rclcpp_lifecycle/lifecycle_node.hpp"
#include "realtime_tools/realtime_buffer.h"
#include "realtime_tools/realtime_buffer.hpp"
#include "trajectory_msgs/msg/joint_trajectory_point.hpp"

namespace joint_limits
Expand Down

0 comments on commit ca48bdc

Please sign in to comment.