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 committed Dec 16, 2024
1 parent f5196ab commit 83de9d7
Showing 1 changed file with 1 addition and 1 deletion.
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 "std_msgs/msg/float64_multi_array.hpp"

namespace test_chainable_controller
Expand Down

0 comments on commit 83de9d7

Please sign in to comment.