Fix obsolete header (#342)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
This commit is contained in:
Kenji Miyake 2021-08-31 03:08:25 +09:00 committed by GitHub
parent 051c6df956
commit 1a214ccc6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
#include <tf2/LinearMath/Transform.h> #include <tf2/LinearMath/Transform.h>
#include <tf2/LinearMath/Quaternion.h> #include <tf2/LinearMath/Quaternion.h>
#include <tf2/LinearMath/Vector3.h> #include <tf2/LinearMath/Vector3.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h> #include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <tf2_ros/buffer.h> #include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h> #include <tf2_ros/transform_listener.h>
#include <geometry_msgs/msg/transform_stamped.hpp> #include <geometry_msgs/msg/transform_stamped.hpp>

View File

@ -43,7 +43,7 @@
#include <tf2/exceptions.h> #include <tf2/exceptions.h>
#include <tf2/LinearMath/Transform.h> #include <tf2/LinearMath/Transform.h>
#include <tf2/LinearMath/Vector3.h> #include <tf2/LinearMath/Vector3.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h> #include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
#include <tf2_ros/buffer.h> #include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h> #include <tf2_ros/transform_listener.h>
#include <sensor_msgs/msg/point_cloud2.hpp> #include <sensor_msgs/msg/point_cloud2.hpp>