Skip to content

Commit

Permalink
Deprecating tf2 C Headers (#109)
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 53576e7 commit 5e4ccd9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/interactive_markers/exceptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <string>

#include "tf2/exceptions.h"
#include "tf2/exceptions.hpp"

namespace interactive_markers
{
Expand Down
2 changes: 1 addition & 1 deletion include/interactive_markers/interactive_marker_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "rclcpp/logger.hpp"
#include "rclcpp/rclcpp.hpp"

#include "tf2/buffer_core_interface.h"
#include "tf2/buffer_core_interface.hpp"

#include "visualization_msgs/msg/interactive_marker_feedback.hpp"
#include "visualization_msgs/msg/interactive_marker_update.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/interactive_markers/message_context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <string>
#include <vector>

#include "tf2/buffer_core_interface.h"
#include "tf2/buffer_core_interface.hpp"

#include "geometry_msgs/msg/pose.hpp"
#include "std_msgs/msg/header.hpp"
Expand Down
4 changes: 2 additions & 2 deletions src/message_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#include "geometry_msgs/msg/pose_stamped.hpp"
#include "geometry_msgs/msg/transform_stamped.hpp"
#include "rcutils/logging_macros.h"
#include "tf2/buffer_core_interface.h"
#include "tf2/time.h"
#include "tf2/buffer_core_interface.hpp"
#include "tf2/time.hpp"
#include "tf2_geometry_msgs/tf2_geometry_msgs.hpp"
#include "rclcpp/time.hpp"
#include "std_msgs/msg/header.hpp"
Expand Down
6 changes: 3 additions & 3 deletions src/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
#include "visualization_msgs/msg/interactive_marker_control.hpp"
#include "visualization_msgs/msg/marker.hpp"

#include "tf2/LinearMath/Quaternion.h"
#include "tf2/LinearMath/Matrix3x3.h"
#include "tf2/LinearMath/Vector3.h"
#include "tf2/LinearMath/Quaternion.hpp"
#include "tf2/LinearMath/Matrix3x3.hpp"
#include "tf2/LinearMath/Vector3.hpp"

#include "interactive_markers/tools.hpp"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "builtin_interfaces/msg/time.hpp"
#include "geometry_msgs/msg/pose.hpp"
#include "rclcpp/rclcpp.hpp"
#include "tf2/buffer_core.h"
#include "tf2/buffer_core.hpp"
#include "visualization_msgs/msg/interactive_marker.hpp"
#include "visualization_msgs/msg/interactive_marker_update.hpp"
#include "visualization_msgs/srv/get_interactive_markers.hpp"
Expand Down

0 comments on commit 5e4ccd9

Please sign in to comment.