Skip to content

Commit

Permalink
Fix the API of the tests and the CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Nov 10, 2024
1 parent 3f25789 commit e9f37ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion controller_manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ if(BUILD_TESTING)
)
target_link_libraries(test_hardware_spawner
controller_manager
ros2_control_test_assets::ros2_control_test_assets
)

install(FILES test/test_controller_spawner_with_type.yaml
Expand Down
2 changes: 1 addition & 1 deletion controller_manager/test/test_hardware_spawner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class TestHardwareSpawnerWithNamespacedCM
public:
TestHardwareSpawnerWithNamespacedCM()
: ControllerManagerFixture<controller_manager::ControllerManager>(
ros2_control_test_assets::minimal_robot_urdf, "foo_namespace"),
ros2_control_test_assets::minimal_robot_urdf, false, "foo_namespace"),
RMServiceCaller("foo_namespace/" + std::string(TEST_CM_NAME))
{
cm_->set_parameter(
Expand Down

0 comments on commit e9f37ad

Please sign in to comment.