Skip to content

Commit

Permalink
Update controller_manager/src/controller_manager.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
  • Loading branch information
bmagyar and christophfroehlich authored Feb 18, 2024
1 parent 8cb1154 commit 17e50a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ void ControllerManager::clear_requests()
{
deactivate_request_.clear();
activate_request_.clear();
// Set these interfaces are unavailable when clearing requests to avoid leaving them in available
// Set these interfaces as unavailable when clearing requests to avoid leaving them in available
// state without the controller being in active state
for (const auto & controller_name : to_chained_mode_request_)
{
Expand Down

0 comments on commit 17e50a7

Please sign in to comment.