Skip to content

Commit b10f86b

Browse files
committed
lint
Signed-off-by: Hyungyu Kim <[email protected]>
1 parent 1063c75 commit b10f86b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

turtlebot3_fake_node/include/turtlebot3_fake_node/turtlebot3_fake_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
#ifndef TURTLEBOT3_FAKE_NODE__TURTLEBOT3_FAKE_NODE_HPP_
1818
#define TURTLEBOT3_FAKE_NODE__TURTLEBOT3_FAKE_NODE_HPP_
1919

20-
#include <tf2/LinearMath/Quaternion.hpp>
2120
#include <chrono>
2221

2322
#include <rclcpp/rclcpp.hpp>
2423
#include "geometry_msgs/msg/transform_stamped.hpp"
2524
#include "geometry_msgs/msg/twist.hpp"
2625
#include "nav_msgs/msg/odometry.hpp"
2726
#include "sensor_msgs/msg/joint_state.hpp"
27+
#include <tf2/LinearMath/Quaternion.hpp>
2828
#include "tf2_msgs/msg/tf_message.hpp"
2929
#include "turtlebot3_msgs/msg/sensor_state.hpp"
3030

turtlebot3_gazebo/include/turtlebot3_gazebo/turtlebot3_drive.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#ifndef TURTLEBOT3_GAZEBO__TURTLEBOT3_DRIVE_HPP_
1818
#define TURTLEBOT3_GAZEBO__TURTLEBOT3_DRIVE_HPP_
1919

20-
#include <tf2/LinearMath/Matrix3x3.hpp>
21-
#include <tf2/LinearMath/Quaternion.hpp>
2220
#include <geometry_msgs/msg/twist.hpp>
2321
#include <nav_msgs/msg/odometry.hpp>
2422
#include <rclcpp/rclcpp.hpp>
2523
#include <sensor_msgs/msg/laser_scan.hpp>
24+
#include <tf2/LinearMath/Matrix3x3.hpp>
25+
#include <tf2/LinearMath/Quaternion.hpp>
2626

2727
#define DEG2RAD (M_PI / 180.0)
2828
#define RAD2DEG (180.0 / M_PI)

0 commit comments

Comments
 (0)