Skip to content

Commit

Permalink
Choose pass_urdf_as_parameter as false
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Nov 10, 2024
1 parent 282dfdd commit db456b9
Showing 1 changed file with 1 addition and 1 deletion.
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 db456b9

Please sign in to comment.