Skip to content

Commit cf61272

Browse files
authored
Deprecate tf2_geometry_msgs.h (#418)
Move it to tf2_geometry_msgs.hpp instead. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 1bc3300 commit cf61272

File tree

9 files changed

+680
-642
lines changed

9 files changed

+680
-642
lines changed

test_tf2/test/buffer_core_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include <tf2/exceptions.h>
4949
#include <tf2/LinearMath/Quaternion.h>
5050
#include <tf2/time.h>
51-
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
51+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
5252
#include <tf2_ros/buffer_interface.h>
5353

5454
#include "permuter.hpp"

test_tf2/test/test_buffer_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <rclcpp/rclcpp.hpp>
4040
#include <tf2_bullet/tf2_bullet.hpp>
41-
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
41+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
4242
#include <tf2_kdl/tf2_kdl.hpp>
4343
#include <tf2_ros/buffer_client.h>
4444

test_tf2/test/test_convert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include <tf2/convert.h>
3939
#include <tf2_kdl/tf2_kdl.hpp>
4040
#include <tf2_bullet/tf2_bullet.hpp>
41-
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
41+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
4242

4343
TEST(tf2Convert, kdlToBullet)
4444
{

test_tf2/test/test_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <geometry_msgs/msg/quaternion.hpp>
1818
#include <geometry_msgs/msg/quaternion_stamped.hpp>
1919
#include <geometry_msgs/msg/transform.hpp>
20-
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
20+
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
2121
#include <tf2/LinearMath/Quaternion.h>
2222
#include <tf2/utils.h>
2323
#include <tf2_kdl/tf2_kdl.hpp>

tf2/include/tf2/impl/utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#ifndef TF2__IMPL__UTILS_H_
1616
#define TF2__IMPL__UTILS_H_
1717

18-
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
1918
#include <tf2/transform_datatypes.h>
2019
#include <tf2/LinearMath/Quaternion.h>
2120

0 commit comments

Comments
 (0)