Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Feb 14, 2024
1 parent 6c92fbf commit ffdfadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ bool ResourceManager::prepare_command_mode_switch(
component.get_state().id() == lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
{
if (
return_type::OK !=
return_type::OK ==
component.prepare_command_mode_switch(start_interfaces, stop_interfaces))
{
ret = true;
Expand Down

0 comments on commit ffdfadb

Please sign in to comment.