Skip to content

Commit

Permalink
Adding correct headers
Browse files Browse the repository at this point in the history
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
  • Loading branch information
CursedRock17 committed Nov 3, 2024
1 parent c9cbfc6 commit c85d44a
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.h>
#include <tf2/buffer_core.hpp>

#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 @@ -30,7 +30,7 @@
#include "laser_geometry/laser_geometry.h"
#include <algorithm>
#include <ros/assert.h>
#include <tf2/LinearMath/Transform.h>
#include <tf2/LinearMath/Transform.hpp>

namespace laser_geometry
{
Expand Down

0 comments on commit c85d44a

Please sign in to comment.