File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
opennav_coverage_navigator/test
opennav_row_coverage/test Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 15
15
#include " gtest/gtest.h"
16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " opennav_coverage/headland_generator.hpp"
18
- #include " tf2/utils.h "
18
+ #include " tf2/utils.hpp "
19
19
#include " fields2cover/utils/random.h"
20
20
21
21
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 18
18
#include " opennav_coverage/route_generator.hpp"
19
19
#include " opennav_coverage/swath_generator.hpp"
20
20
#include " opennav_coverage/path_generator.hpp"
21
- #include " tf2/utils.h "
21
+ #include " tf2/utils.hpp "
22
22
#include " fields2cover/utils/random.h"
23
23
24
24
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 15
15
#include " gtest/gtest.h"
16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " opennav_coverage/robot_params.hpp"
18
- #include " tf2/utils.h "
18
+ #include " tf2/utils.hpp "
19
19
20
20
// Luckily, F2C has very high test coverage so we only need to test what we touch
21
21
Original file line number Diff line number Diff line change 17
17
#include " opennav_coverage/robot_params.hpp"
18
18
#include " opennav_coverage/route_generator.hpp"
19
19
#include " opennav_coverage/swath_generator.hpp"
20
- #include " tf2/utils.h "
20
+ #include " tf2/utils.hpp "
21
21
#include " fields2cover/utils/random.h"
22
22
23
23
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " rclcpp_lifecycle/lifecycle_node.hpp"
18
18
#include " opennav_coverage/coverage_server.hpp"
19
- #include " tf2/utils.h "
19
+ #include " tf2/utils.hpp "
20
20
#include " ament_index_cpp/get_package_share_directory.hpp"
21
21
22
22
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " opennav_coverage/robot_params.hpp"
18
18
#include " opennav_coverage/swath_generator.hpp"
19
- #include " tf2/utils.h "
19
+ #include " tf2/utils.hpp "
20
20
#include " fields2cover/utils/random.h"
21
21
22
22
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 17
17
#include " gtest/gtest.h"
18
18
#include " rclcpp/rclcpp.hpp"
19
19
#include " opennav_coverage/utils.hpp"
20
- #include " tf2/utils.h "
20
+ #include " tf2/utils.hpp "
21
21
#include " ament_index_cpp/get_package_share_directory.hpp"
22
22
23
23
// Luckily, F2C has very high test coverage so we only need to test what we touch
Original file line number Diff line number Diff line change 15
15
#include " gtest/gtest.h"
16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " opennav_coverage/visualizer.hpp"
18
- #include " tf2/utils.h "
18
+ #include " tf2/utils.hpp "
19
19
20
20
// Luckily, F2C has very high test coverage so we only need to test what we touch
21
21
Original file line number Diff line number Diff line change 16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " opennav_coverage_navigator/coverage_navigator.hpp"
18
18
#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 "
23
23
24
24
class RosLockGuard
25
25
{
Original file line number Diff line number Diff line change 16
16
#include " rclcpp/rclcpp.hpp"
17
17
#include " rclcpp_lifecycle/lifecycle_node.hpp"
18
18
#include " opennav_coverage/coverage_server.hpp"
19
- #include " tf2/utils.h "
19
+ #include " tf2/utils.hpp "
20
20
#include " ament_index_cpp/get_package_share_directory.hpp"
21
21
22
22
// Luckily, F2C has very high test coverage so we only need to test what we touch
You can’t perform that action at this time.
0 commit comments