Skip to content

Commit

Permalink
Merge branch 'ros2-master' into pid_double
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Dec 17, 2024
2 parents 542b68a + 74510fd commit 4c1ae85
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 @@ -39,7 +39,7 @@
#include <string>

#include "rclcpp/duration.hpp"
#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 4c1ae85

Please sign in to comment.