Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/hangar_sim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
14 changes: 0 additions & 14 deletions src/hangar_sim/moveit_mecanum_drive_controller_plugins.xml

This file was deleted.

Loading