Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Castro <[email protected]>
  • Loading branch information
sjahr and sea-bass authored Sep 29, 2023
1 parent ecac45a commit a899bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/config/servo_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ servo:
active_subgroup: {
type: string,
default_value: "",
description: "This parameter can be used to switch online to actuating a sub-joint group of the move group with servo. \
description: "This parameter can be used to switch online to actuating a subgroup of the move group. \
If it is empty, the full move group is actuated."
}

Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/src/utils/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ JointDeltaResult jointDeltaFromIK(const Eigen::VectorXd& cartesian_position_delt

if (!servo_params.active_subgroup.empty())
{
// Create full delta vector and add delta theta's at actuated joints
// Create full delta vector and add delta theta values only at actuated joints
const auto& move_group_joint_names =
robot_state->getJointModelGroup(servo_params.move_group_name)->getActiveJointModelNames();
const auto& subgroup_joint_names =
Expand Down

0 comments on commit a899bed

Please sign in to comment.