Skip to content

Commit 0c3e724

Browse files
committed
Update tf2 & tf2_ros headers
1 parent 52ef313 commit 0c3e724

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

opennav_coverage/test/test_headland.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "gtest/gtest.h"
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "opennav_coverage/headland_generator.hpp"
18-
#include "tf2/utils.h"
18+
#include "tf2/utils.hpp"
1919
#include "fields2cover/utils/random.h"
2020

2121
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_path.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "opennav_coverage/route_generator.hpp"
1919
#include "opennav_coverage/swath_generator.hpp"
2020
#include "opennav_coverage/path_generator.hpp"
21-
#include "tf2/utils.h"
21+
#include "tf2/utils.hpp"
2222
#include "fields2cover/utils/random.h"
2323

2424
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_robot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "gtest/gtest.h"
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "opennav_coverage/robot_params.hpp"
18-
#include "tf2/utils.h"
18+
#include "tf2/utils.hpp"
1919

2020
// Luckily, F2C has very high test coverage so we only need to test what we touch
2121

opennav_coverage/test/test_route.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "opennav_coverage/robot_params.hpp"
1818
#include "opennav_coverage/route_generator.hpp"
1919
#include "opennav_coverage/swath_generator.hpp"
20-
#include "tf2/utils.h"
20+
#include "tf2/utils.hpp"
2121
#include "fields2cover/utils/random.h"
2222

2323
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "rclcpp_lifecycle/lifecycle_node.hpp"
1818
#include "opennav_coverage/coverage_server.hpp"
19-
#include "tf2/utils.h"
19+
#include "tf2/utils.hpp"
2020
#include "ament_index_cpp/get_package_share_directory.hpp"
2121

2222
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_swath.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "opennav_coverage/robot_params.hpp"
1818
#include "opennav_coverage/swath_generator.hpp"
19-
#include "tf2/utils.h"
19+
#include "tf2/utils.hpp"
2020
#include "fields2cover/utils/random.h"
2121

2222
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "gtest/gtest.h"
1818
#include "rclcpp/rclcpp.hpp"
1919
#include "opennav_coverage/utils.hpp"
20-
#include "tf2/utils.h"
20+
#include "tf2/utils.hpp"
2121
#include "ament_index_cpp/get_package_share_directory.hpp"
2222

2323
// Luckily, F2C has very high test coverage so we only need to test what we touch

opennav_coverage/test/test_viz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "gtest/gtest.h"
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "opennav_coverage/visualizer.hpp"
18-
#include "tf2/utils.h"
18+
#include "tf2/utils.hpp"
1919

2020
// Luckily, F2C has very high test coverage so we only need to test what we touch
2121

opennav_coverage_navigator/test/test_coverage_navigator.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "opennav_coverage_navigator/coverage_navigator.hpp"
1818
#include "nav2_ros_common/lifecycle_node.hpp"
19-
#include "tf2/utils.h"
20-
#include "tf2_ros/buffer.h"
21-
#include "tf2_ros/create_timer_ros.h"
22-
#include "tf2_ros/transform_listener.h"
19+
#include "tf2/utils.hpp"
20+
#include "tf2_ros/buffer.hpp"
21+
#include "tf2_ros/create_timer_ros.hpp"
22+
#include "tf2_ros/transform_listener.hpp"
2323

2424
class RosLockGuard
2525
{

opennav_row_coverage/test/test_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "rclcpp/rclcpp.hpp"
1717
#include "rclcpp_lifecycle/lifecycle_node.hpp"
1818
#include "opennav_coverage/coverage_server.hpp"
19-
#include "tf2/utils.h"
19+
#include "tf2/utils.hpp"
2020
#include "ament_index_cpp/get_package_share_directory.hpp"
2121

2222
// Luckily, F2C has very high test coverage so we only need to test what we touch

0 commit comments

Comments
 (0)