Skip to content

Commit

Permalink
differential_inverse_kinematics: Fix docstring formatting (RobotLocom…
Browse files Browse the repository at this point in the history
…otion#13892)

* differential_inverse_kinematics: Fix docstring formatting
  • Loading branch information
EricCousineau-TRI authored Aug 18, 2020
1 parent 706fedc commit 558e081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manipulation/planner/differential_inverse_kinematics.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ class DifferentialInverseKinematicsParameters {
* Computes a generalized velocity v_next, via the following
* MathematicalProgram:
*
* ```
* min_{v_next,alpha} 100 * | alpha - |V| |^2
* // iff J.rows() < J.cols(), then
* + | q_current + v_next*dt - q_nominal |^2
Expand All @@ -253,6 +254,7 @@ class DifferentialInverseKinematicsParameters {
* can have any size, with each element representing a constraint on the
* solution (6 constraints specifying an end-effector pose is typical, but
* not required).
* ```
*
* Intuitively, this finds a v_next such that J*v_next is in the same direction
* as V, and the difference between |V| and |J * v_next| is minimized while all
Expand Down

0 comments on commit 558e081

Please sign in to comment.