Skip to content

Commit e4e5704

Browse files
committed
pre-commit
1 parent 3629882 commit e4e5704

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

low_pass_filter/include/low_pass_filter/low_pass_filter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ class LowPassFilter : public controller_interface::ChainableControllerInterface
7272

7373
} // namespace low_pass_filter
7474

75-
#endif // LOW_PASS_FILTER_LOW_PASS_FILTER
75+
#endif // LOW_PASS_FILTER_LOW_PASS_FILTER

low_pass_filter/low_pass_filter_plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Low pass filter.
66
</description>
77
</class>
8-
</library>
8+
</library>

low_pass_filter/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<depend>control_msgs</depend>
1919
<depend>control_toolbox</depend>
2020
<depend>controller_interface</depend>
21-
<depend>realtime_tools</depend>
2221
<depend>rclcpp</depend>
2322
<depend>rclcpp_lifecycle</depend>
23+
<depend>realtime_tools</depend>
2424

2525
<export>
2626
<build_type>ament_cmake</build_type>

twist_mux_controller/include/twist_mux_controller/twist_mux_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include <geometry_msgs/msg/twist_stamped.hpp>
2727
#include <std_msgs/msg/string.hpp>
2828

29-
#include "twist_mux_controller/twist_mux_controller_parameters.hpp"
3029
#include "twist_mux_controller/twist_msg_subscriber.hpp"
30+
#include "twist_mux_controller/twist_mux_controller_parameters.hpp"
3131

3232
namespace twist_mux_controller
3333
{

twist_mux_controller/velocity_input_plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
Transform velocity msg into ros2_control commands.
77
</description>
88
</class>
9-
</library>
9+
</library>

0 commit comments

Comments
 (0)