diff --git a/src/hangar_sim/CMakeLists.txt b/src/hangar_sim/CMakeLists.txt index 694e4a4dc..7c7e73d92 100644 --- a/src/hangar_sim/CMakeLists.txt +++ b/src/hangar_sim/CMakeLists.txt @@ -3,8 +3,6 @@ project(hangar_sim) find_package(ament_cmake REQUIRED) find_package(picknik_accessories REQUIRED) -find_package(pluginlib REQUIRED) -find_package(moveit_studio_plugins REQUIRED) install( DIRECTORY @@ -19,18 +17,12 @@ install( share/${PROJECT_NAME} ) -pluginlib_export_plugin_description_file( - moveit_ros_control_interface moveit_mecanum_drive_controller_plugins.xml) - install(PROGRAMS script/odometry_joint_state_publisher.py script/odom_qos_relay.py DESTINATION lib/${PROJECT_NAME} ) -install(IMPORTED_RUNTIME_ARTIFACTS moveit_studio_plugins::dummy_controller_handle_plugin LIBRARY DESTINATION - lib) - if(BUILD_TESTING) find_package(ament_cmake_pytest REQUIRED) find_package(ament_lint_auto REQUIRED) diff --git a/src/hangar_sim/moveit_mecanum_drive_controller_plugins.xml b/src/hangar_sim/moveit_mecanum_drive_controller_plugins.xml deleted file mode 100644 index 1874cae67..000000000 --- a/src/hangar_sim/moveit_mecanum_drive_controller_plugins.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - A very minimal controller handle allocator plugin to allow the - MecanumDriveController to be enabled and disabled through the MoveIt - controller manager. - - -