Skip to content

Commit

Permalink
Fixed one of the travis warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceStevenWilley committed May 4, 2018
1 parent f63219c commit 23b95c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main(int argc, char **argv)
// PR2 robot. To solve IK, we will need the following:
//
// * The desired pose of the end-effector (by default, this is the last link in the "right_arm" chain):
// end_effector_state that we computed in the step above.
// end_effector_state that we computed in the step above.
// * The number of attempts to be made at solving IK: 10
// * The timeout for each attempt: 0.1 s
bool found_ik = kinematic_state->setFromIK(joint_model_group, end_effector_state, 10, 0.1);
Expand Down

0 comments on commit 23b95c3

Please sign in to comment.