Skip to content

Commit

Permalink
clear request lists
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Oct 31, 2014
1 parent f3f6162 commit e29d88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ bool ControllerManager::switchController(const std::vector<std::string>& start_c
if(!notifyHardwareInterface(info_list))
{
ROS_ERROR("Could not switch controllers, because switching the HWInterface failed");
stop_request_.clear();
start_request_.clear();
return false;
}

Expand Down

0 comments on commit e29d88a

Please sign in to comment.