Skip to content

Commit

Permalink
Update gripper_action_server.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
munseng-flexiv authored Nov 19, 2024
1 parent a3af3ff commit bc4d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexiv_gripper/src/gripper_action_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void GripperActionServer::ExecuteGripperCommand(
const std::shared_ptr<GoalHandleGripperCommand>& goal_handle)
{
const auto goal = goal_handle->get_goal();
const double target_width = 2 * goal->command.position;
const double target_width = goal->command.position;

std::unique_lock<std::mutex> guard(gripper_states_mutex_);
auto result = std::make_shared<control_msgs::action::GripperCommand::Result>();
Expand Down

0 comments on commit bc4d64b

Please sign in to comment.