Skip to content

Commit 3f6ab97

Browse files
committed
apply clang-format
Signed-off-by: Masaya Kataoka <ms.kataoka@gmail.com>
1 parent 4c0494d commit 3f6ab97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotx_behavior_tree/include/robotx_behavior_tree/action_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <behaviortree_cpp_v3/action_node.h>
1919
#include <behaviortree_cpp_v3/bt_factory.h>
2020
#include <quaternion_operation/quaternion_operation.h>
21-
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2221

2322
#include <algorithm>
2423
#include <geometry_msgs/msg/pose_stamped.hpp>
@@ -27,6 +26,7 @@
2726
#include <robotx_behavior_msgs/msg/task_objects_array_stamped.hpp>
2827
#include <stdexcept>
2928
#include <string>
29+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
3030

3131
#include "tf2_ros/buffer.h"
3232
#include "tf2_ros/transform_broadcaster.h"

0 commit comments

Comments
 (0)