Skip to content

Commit 2ed8233

Browse files
committed
grammar
1 parent e611909 commit 2ed8233

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ik_solvers/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Inverse Kinematics Solvers
22

3-
This package implements inverse kinematics solvers for an underwater vehicle
4-
manipulator system. The solvers are designed to be used in conjunction with
5-
the whole_body_controllers/IKController.
3+
This package implements inverse kinematics (IK) solvers for IK
4+
control.
65

76
## Closed-Loop Task Priority Inverse Kinematics Solver
87

9-
A singularity-robust inverse kinematics solver proposed by Moe, et al. [^1].
10-
The solver implements joint limit constraints (using the joint limits defined
11-
in the robot description) and end-effector pose tracking. The Jacobian
12-
pseudoinverse is calculated using the damped least squares method.
8+
A singularity-robust IK solver proposed by Moe, et al. [^1]. The solver
9+
implements joint limit constraints (using the joint limits defined in the robot
10+
description) and end-effector pose tracking. The Jacobian pseudoinverse is
11+
calculated using the damped least squares method.
1312

1413
[^1]: S. Moe, G. Antonelli, A. R. Teel, K. Y. Pettersen, and J. Schrimpf,
1514
"Set-Based Tasks within the Singularity-Robust Multiple Task-Priority Inverse

0 commit comments

Comments
 (0)