Skip to content

Commit

Permalink
else if
Browse files Browse the repository at this point in the history
  • Loading branch information
MarqRazz committed Jan 15, 2025
1 parent 34c88fe commit c620580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class MoveItSimpleControllerManager : public moveit_controller_manager::MoveItCo
RCLCPP_INFO_STREAM(getLogger(), "Added GripperCommand controller for " << controller_name);
controllers_[controller_name] = new_handle;
}
if (type == "ParallelGripperCommand")
else if (type == "ParallelGripperCommand")
{
double max_effort;
const std::string& max_effort_param = makeParameterName(PARAM_BASE_NAME, controller_name, "max_effort");
Expand Down

0 comments on commit c620580

Please sign in to comment.