Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 15, 2024
1 parent 94eff50 commit 725bedb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions joint_trajectory_controller/doc/parameters_context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ gains: |
with the desired velocity :math:`v_d`, the measured velocity :math:`v`, the position error :math:`e` (definition see below),
the controller period :math:`dt`, and the ``velocity`` or ``effort`` manipulated variable (control variable) :math:`u`, respectively.
If the joint is of continuous type, the position error :math:`e = normalize(s_d - s)` is normalized between :math:`-\pi, \pi`,
i.e., the shortest rotation to the target position is the desired motion.
Otherwise :math:`e = s_d - s` is used, with the desired position :math:`s_d` and the measured
position :math:`s` from the state interface.

0 comments on commit 725bedb

Please sign in to comment.