Skip to content

Commit

Permalink
Deprecate c headers (#25)
Browse files Browse the repository at this point in the history
Related to this [pull
request](ros2/geometry2#720) in `geometry2` in
which we deprecated the `.h` style headers in favor of `.hpp`.

---------

Signed-off-by: CursedRock17 <[email protected]>
  • Loading branch information
CursedRock17 authored Dec 27, 2024
1 parent 5eba63c commit 396a9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imu_transformer/include/imu_transformer/tf2_sensor_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef TF2_SENSOR_MSGS_H
#define TF2_SENSOR_MSGS_H

#include <tf2/convert.h>
#include <tf2/convert.hpp>
#include <sensor_msgs/msg/imu.hpp>
#include <sensor_msgs/msg/magnetic_field.hpp>
#include <Eigen/Eigen>
Expand Down
2 changes: 1 addition & 1 deletion imu_transformer/test/test_imu_transforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "gtest/gtest.h"


#include <tf2/LinearMath/Quaternion.h>
#include <tf2/LinearMath/Quaternion.hpp>
#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>

#include <Eigen/Eigen>
Expand Down

0 comments on commit 396a9ce

Please sign in to comment.