Skip to content

Commit

Permalink
use first plugin loaded as std plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spuetz committed Jul 5, 2018
1 parent 74ead89 commit c44a7c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mbf_abstract_nav/src/abstract_navigation_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ void AbstractNavigationServer::callActionRecovery(ActionServerRecovery::GoalHand
result.outcome = mbf_msgs::RecoveryResult::INVALID_PLUGIN;
result.message = "No plugin loaded with the given name \"" + goal.behavior + "\"!";
goal_handle.setRejected(result, result.message);
goal.
return;
}

Expand Down

0 comments on commit c44a7c0

Please sign in to comment.