Skip to content

Commit 93cb7c0

Browse files
committed
Fix tf2*.h compile deprecations
using tf2 *.h hesders is deprecated ->switch to *.hpp
1 parent b0ba2a9 commit 93cb7c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/examples/trajopt_planner/src/trajopt_example.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include <moveit_msgs/PlanningScene.h>
1818

1919
#include <geometry_msgs/TransformStamped.h>
20-
#include <tf2/utils.h>
21-
#include <tf2_eigen/tf2_eigen.h>
22-
#include <tf2_ros/transform_listener.h>
20+
#include <tf2/utils.hpp>
21+
#include <tf2_eigen/tf2_eigen.hpp>
22+
#include <tf2_ros/transform_listener.hpp>
2323

2424
/* Author: Omid Heidari
2525
Desc: This file is a test for using trajopt in MoveIt. The goal is to make different types of constraints in

0 commit comments

Comments
 (0)