File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
turtlebot3_fake_node/include/turtlebot3_fake_node
turtlebot3_gazebo/include/turtlebot3_gazebo Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments