Skip to content

Commit

Permalink
Deprecating tf2 C Headers (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: CursedRock17 <[email protected]>
  • Loading branch information
CursedRock17 authored Dec 18, 2024
1 parent 19dd4c3 commit 288767f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/laser_geometry/laser_geometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

#include <Eigen/Core> // NOLINT (cpplint cannot handle include order here)

#include "tf2/buffer_core.h"
#include "tf2/buffer_core.hpp"
#include "sensor_msgs/msg/laser_scan.hpp"
#include "sensor_msgs/msg/point_cloud2.hpp"
#include "laser_geometry/visibility_control.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/laser_geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "sensor_msgs/msg/laser_scan.hpp"
#include "sensor_msgs/msg/point_cloud2.hpp"

#include "tf2/LinearMath/Transform.h"
#include "tf2/LinearMath/Transform.hpp"

namespace laser_geometry
{
Expand Down

0 comments on commit 288767f

Please sign in to comment.