Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr-rolling_galactic' into pr-rol…
Browse files Browse the repository at this point in the history
…ling_galactic
  • Loading branch information
Vatan Aksoy Tezer committed Jun 15, 2021
2 parents 645bea1 + 4a532b3 commit 75dff2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MOVEIT_LIB_NAME moveit_trajectory_execution_manager)

find_package(tinyxml_vendor)
find_package(tinyxml_vendor REQUIRED)

add_library(${MOVEIT_LIB_NAME} SHARED src/trajectory_execution_manager.cpp)
set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <moveit/planning_scene_monitor/current_state_monitor.h>
#include <moveit/common_planning_interface_objects/common_objects.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>
#include <geometry_msgs/msg/quaternion_stamped.h>
#include <geometry_msgs/msg/quaternion_stamped.hpp>
#include <tf2/utils.h>
#include <tf2_ros/transform_listener.h>
#include <rclcpp/rclcpp.hpp>
Expand Down

0 comments on commit 75dff2a

Please sign in to comment.