Skip to content

Commit

Permalink
add missing install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Dec 3, 2024
1 parent 55cf6c5 commit faf2e15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@ if(BUILD_TESTING)
ament_target_dependencies(test_hardware_spawner ros2_control_test_assets)

install(FILES test/test_controller_spawner_with_type.yaml
DESTINATION test)
DESTINATION test)

install(FILES test/test_controller_spawner_with_basic_controllers.yaml
DESTINATION test)

install(FILES test/test_controller_overriding_parameters.yaml
DESTINATION test)
Expand Down

0 comments on commit faf2e15

Please sign in to comment.