Skip to content

Commit 22f9e02

Browse files
committed
changed tf2 header extensions to hpp
1 parent a1e5f83 commit 22f9e02

14 files changed

Lines changed: 72 additions & 71 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ colcon build
123123
| ------ | -- | ------------ | ----- | ----- |
124124
| Humble | Ubuntu 22.04 | x86\_64 | [![ros2-humble build](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-humble%20%2F%20build)](https://github.com/uos/rmcl/actions/workflows/ros2_humble.yml) | [![ros2-humble tests](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-humble%20%2F%20tests)](https://github.com/uos/rmcl/actions/workflows/ros2_humble.yml) |
125125
| Jazzy | Ubuntu 24.04 | x86\_64 | [![ros2-jazzy build](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-jazzy%20%2F%20build)](https://github.com/uos/rmcl/actions/workflows/ros2_jazzy.yml) | [![ros2-jazzy tests](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-jazzy%20%2F%20tests)](https://github.com/uos/rmcl/actions/workflows/ros2_jazzy.yml) |
126+
| Lyrical | Ubuntu 26.04 | x86\_64 | [![ros2-lyrical build](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-lyrical%20%2F%20build)](https://github.com/uos/rmcl/actions/workflows/ros2_lyrical.yml) | [![ros2-lyrical tests](https://img.shields.io/github/check-runs/uos/rmcl/main?checkName=ros2-lyrical%20%2F%20tests)](https://github.com/uos/rmcl/actions/workflows/ros2_lyrical.yml) |
126127

127128
## Mesh Navigation
128129

rmcl_ros/include/rmcl_ros/micpl/MICPO1DnSensorCPU.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
#include <rmagine/types/sensor_models.h>
1313

14-
#include <tf2/exceptions.h>
15-
#include <tf2_ros/transform_listener.h>
16-
#include "tf2_ros/transform_broadcaster.h"
17-
#include <tf2_ros/buffer.h>
18-
#include <tf2_ros/message_filter.h>
19-
#include <tf2_ros/create_timer_ros.h>
14+
#include <tf2/exceptions.hpp>
15+
#include <tf2_ros/transform_listener.hpp>
16+
#include <tf2_ros/transform_broadcaster.hpp>
17+
#include <tf2_ros/buffer.hpp>
18+
#include <tf2_ros/message_filter.hpp>
19+
#include <tf2_ros/create_timer_ros.hpp>
2020

2121
#include <message_filters/subscriber.h>
2222

rmcl_ros/include/rmcl_ros/micpl/MICPO1DnSensorCUDA.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#include <rmcl_msgs/msg/o1_dn_stamped.hpp>
88
#include <rmagine/types/sensor_models.h>
99

10-
#include <tf2/exceptions.h>
11-
#include <tf2_ros/transform_listener.h>
12-
#include "tf2_ros/transform_broadcaster.h"
13-
#include <tf2_ros/buffer.h>
14-
#include <tf2_ros/message_filter.h>
15-
#include <tf2_ros/create_timer_ros.h>
10+
#include <tf2/exceptions.hpp>
11+
#include <tf2_ros/transform_listener.hpp>
12+
#include <tf2_ros/transform_broadcaster.hpp>
13+
#include <tf2_ros/buffer.hpp>
14+
#include <tf2_ros/message_filter.hpp>
15+
#include <tf2_ros/create_timer_ros.hpp>
1616

1717
#include <message_filters/subscriber.h>
1818

rmcl_ros/include/rmcl_ros/micpl/MICPOnDnSensorCPU.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
#include <rmagine/types/sensor_models.h>
1313

14-
#include <tf2/exceptions.h>
15-
#include <tf2_ros/transform_listener.h>
16-
#include "tf2_ros/transform_broadcaster.h"
17-
#include <tf2_ros/buffer.h>
18-
#include <tf2_ros/message_filter.h>
19-
#include <tf2_ros/create_timer_ros.h>
14+
#include <tf2/exceptions.hpp>
15+
#include <tf2_ros/transform_listener.hpp>
16+
#include <tf2_ros/transform_broadcaster.hpp>
17+
#include <tf2_ros/buffer.hpp>
18+
#include <tf2_ros/message_filter.hpp>
19+
#include <tf2_ros/create_timer_ros.hpp>
2020

2121
#include <message_filters/subscriber.h>
2222

rmcl_ros/include/rmcl_ros/micpl/MICPOnDnSensorCUDA.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#include <rmcl_msgs/msg/on_dn_stamped.hpp>
88
#include <rmagine/types/sensor_models.h>
99

10-
#include <tf2/exceptions.h>
11-
#include <tf2_ros/transform_listener.h>
12-
#include "tf2_ros/transform_broadcaster.h"
13-
#include <tf2_ros/buffer.h>
14-
#include <tf2_ros/message_filter.h>
15-
#include <tf2_ros/create_timer_ros.h>
10+
#include <tf2/exceptions.hpp>
11+
#include <tf2_ros/transform_listener.hpp>
12+
#include <tf2_ros/transform_broadcaster.hpp>
13+
#include <tf2_ros/buffer.hpp>
14+
#include <tf2_ros/message_filter.hpp>
15+
#include <tf2_ros/create_timer_ros.hpp>
1616

1717
#include <message_filters/subscriber.h>
1818

rmcl_ros/include/rmcl_ros/micpl/MICPPinholeSensorCPU.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
#include <rmagine/types/sensor_models.h>
1313

14-
#include <tf2/exceptions.h>
15-
#include <tf2_ros/transform_listener.h>
16-
#include "tf2_ros/transform_broadcaster.h"
17-
#include <tf2_ros/buffer.h>
18-
#include <tf2_ros/message_filter.h>
19-
#include <tf2_ros/create_timer_ros.h>
14+
#include <tf2/exceptions.hpp>
15+
#include <tf2_ros/transform_listener.hpp>
16+
#include <tf2_ros/transform_broadcaster.hpp>
17+
#include <tf2_ros/buffer.hpp>
18+
#include <tf2_ros/message_filter.hpp>
19+
#include <tf2_ros/create_timer_ros.hpp>
2020

2121
#include <message_filters/subscriber.h>
2222

rmcl_ros/include/rmcl_ros/micpl/MICPPinholeSensorCUDA.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#include <rmcl_msgs/msg/depth_stamped.hpp>
88
#include <rmagine/types/sensor_models.h>
99

10-
#include <tf2/exceptions.h>
11-
#include <tf2_ros/transform_listener.h>
12-
#include "tf2_ros/transform_broadcaster.h"
13-
#include <tf2_ros/buffer.h>
14-
#include <tf2_ros/message_filter.h>
15-
#include <tf2_ros/create_timer_ros.h>
10+
#include <tf2/exceptions.hpp>
11+
#include <tf2_ros/transform_listener.hpp>
12+
#include <tf2_ros/transform_broadcaster.hpp>
13+
#include <tf2_ros/buffer.hpp>
14+
#include <tf2_ros/message_filter.hpp>
15+
#include <tf2_ros/create_timer_ros.hpp>
1616

1717
#include <message_filters/subscriber.h>
1818

rmcl_ros/include/rmcl_ros/micpl/MICPSensor.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
#define RMCL_CORRECTION_MICP_SENSOR_HPP
33

44
#include <rclcpp/rclcpp.hpp>
5-
#include <tf2/exceptions.h>
6-
#include <tf2_ros/transform_listener.h>
7-
#include <tf2_ros/transform_broadcaster.h>
8-
#include <tf2_ros/buffer.h>
9-
#include <tf2_ros/message_filter.h>
10-
#include <tf2_ros/create_timer_ros.h>
5+
#include <tf2/exceptions.hpp>
6+
#include <tf2_ros/transform_listener.hpp>
7+
#include <tf2_ros/transform_broadcaster.hpp>
8+
#include <tf2_ros/buffer.hpp>
9+
#include <tf2_ros/message_filter.hpp>
10+
#include <tf2_ros/create_timer_ros.hpp>
1111

1212
#include <memory>
1313
#include <string>

rmcl_ros/include/rmcl_ros/micpl/MICPSphericalSensorCPU.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
#include <rmagine/types/sensor_models.h>
1313

14-
#include <tf2/exceptions.h>
15-
#include <tf2_ros/transform_listener.h>
16-
#include "tf2_ros/transform_broadcaster.h"
17-
#include <tf2_ros/buffer.h>
18-
#include <tf2_ros/message_filter.h>
19-
#include <tf2_ros/create_timer_ros.h>
14+
#include <tf2/exceptions.hpp>
15+
#include <tf2_ros/transform_listener.hpp>
16+
#include <tf2_ros/transform_broadcaster.hpp>
17+
#include <tf2_ros/buffer.hpp>
18+
#include <tf2_ros/message_filter.hpp>
19+
#include <tf2_ros/create_timer_ros.hpp>
2020

2121
#include <message_filters/subscriber.h>
2222

rmcl_ros/include/rmcl_ros/micpl/MICPSphericalSensorCUDA.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#include <rmcl_msgs/msg/scan_stamped.hpp>
88
#include <rmagine/types/sensor_models.h>
99

10-
#include <tf2/exceptions.h>
11-
#include <tf2_ros/transform_listener.h>
12-
#include "tf2_ros/transform_broadcaster.h"
13-
#include <tf2_ros/buffer.h>
14-
#include <tf2_ros/message_filter.h>
15-
#include <tf2_ros/create_timer_ros.h>
10+
#include <tf2/exceptions.hpp>
11+
#include <tf2_ros/transform_listener.hpp>
12+
#include <tf2_ros/transform_broadcaster.hpp>
13+
#include <tf2_ros/buffer.hpp>
14+
#include <tf2_ros/message_filter.hpp>
15+
#include <tf2_ros/create_timer_ros.hpp>
1616

1717
#include <message_filters/subscriber.h>
1818

0 commit comments

Comments
 (0)