Skip to content

Commit

Permalink
remove no longer used macros
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Sep 1, 2021
1 parent dc50fb0 commit 9898492
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/include/moveit/task_constructor/moveit_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,5 @@
(MOVEIT_VERSION_MAJOR * 1'000'000 + MOVEIT_VERSION_MINOR * 1'000 + MOVEIT_VERSION_PATCH >= \
major * 1'000'000 + minor * 1'000 + patch)

// use collision env instead of collision robot/world
#define MOVEIT_HAS_COLLISION_ENV 1

// cartesian interpolator got separated from RobotState at some point
#define MOVEIT_HAS_CARTESIAN_INTERPOLATOR 1

// isEmpty got split off into its own header
#define MOVEIT_HAS_MESSAGE_CHECKS 1

// use object shape poses relative to a single object pose
#define MOVEIT_HAS_OBJECT_POSE MOVEIT_VERSION_GE(2, 2, 2)

0 comments on commit 9898492

Please sign in to comment.