Skip to content

Commit

Permalink
Reverting original changes
Browse files Browse the repository at this point in the history
Signed-off-by: CursedRock17 <[email protected]>
  • Loading branch information
CursedRock17 committed Nov 2, 2024
1 parent c3a65f1 commit 29ae614
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.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "boost/thread/mutex.hpp"

#include <tf/tf.h>
#include <tf2/buffer_core.hpp>
#include <tf2/buffer_core.h>

#include "sensor_msgs/LaserScan.h"
#include "sensor_msgs/PointCloud.h"
Expand Down
2 changes: 1 addition & 1 deletion src/laser_geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <algorithm>
#include <ros/assert.h>
#include <tf2/LinearMath/Transform.hpp>
#include <tf2/LinearMath/Transform.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>

namespace laser_geometry
Expand Down

0 comments on commit 29ae614

Please sign in to comment.