Skip to content

Commit

Permalink
tf2_eigen header fix for galactic
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini committed Dec 1, 2021
1 parent 081de93 commit cf62f75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion moveit_core/planning_scene/test/test_collision_objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@
#include <sstream>
#include <string>
#include <boost/filesystem/path.hpp>
// #include <ros/package.h>

#if __has_include(<tf2_eigen/tf2_eigen.hpp>)
#include <tf2_eigen/tf2_eigen.hpp>
#else
#include <tf2_eigen/tf2_eigen.h>
#endif

namespace
{
Expand Down

0 comments on commit cf62f75

Please sign in to comment.