Skip to content

Commit

Permalink
Try to make test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 22, 2024
1 parent 3bb714b commit a556e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/ros2_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char ** argv)

std::shared_ptr<rclcpp::Executor> executor =
std::make_shared<rclcpp::executors::MultiThreadedExecutor>();
std::string manager_node_name = "controller_manager";
std::string manager_node_name = "controller_test_manager";

auto cm = std::make_shared<controller_manager::ControllerManager>(executor, manager_node_name);

Expand Down

0 comments on commit a556e51

Please sign in to comment.