Skip to content

Commit

Permalink
change the realtime_tools header extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Dec 7, 2024
1 parent d9b72de commit 5c823dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/control_toolbox/pid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <stdexcept>
#include <string>

#include "realtime_tools/realtime_buffer.h"
#include "realtime_tools/realtime_buffer.hpp"

#include "control_toolbox/visibility_control.hpp"

Expand Down
4 changes: 2 additions & 2 deletions include/control_toolbox/pid_ros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#include "rclcpp/duration.hpp"
#include "rclcpp/node.hpp"

#include "realtime_tools/realtime_buffer.h"
#include "realtime_tools/realtime_publisher.h"
#include "realtime_tools/realtime_buffer.hpp"
#include "realtime_tools/realtime_publisher.hpp"

#include "control_toolbox/pid.hpp"
#include "control_toolbox/visibility_control.hpp"
Expand Down

0 comments on commit 5c823dd

Please sign in to comment.