Skip to content

Commit

Permalink
Merge pull request RethinkRobotics#50 from RethinkRobotics/controller…
Browse files Browse the repository at this point in the history
…_switch_fix

Resolves RethinkRobotics#49 Use BEST_EFFORT to switch controller
  • Loading branch information
Ian McMahon committed May 22, 2015
2 parents df9a3fe + 535cbb1 commit e716df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baxter_gazebo/src/baxter_gazebo_ros_control_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class BaxterGazeboRosControlPlugin :
*/
if (!controller_manager_->switchController(
start_controllers, stop_controllers,
controller_manager_msgs::SwitchController::Request::STRICT)) {
controller_manager_msgs::SwitchController::Request::BEST_EFFORT)) {
ROS_ERROR_STREAM_NAMED("baxter_gazebo_ros_control_plugin",
"Failed to switch controllers");
}
Expand Down

0 comments on commit e716df6

Please sign in to comment.