Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: Fix merge conflicts #635

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions joint_trajectory_controller/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,7 @@ allow_partial_joints_goal (boolean)
Allow joint goals defining trajectory for only some joints.

open_loop_control (boolean)
<<<<<<< HEAD
Use controller in open-loop control mode using ignoring the states provided by hardware interface and using last commands as states in the next control step. This is useful if hardware states are not following commands, i.e., an offset between those (typical for hydraulic manipulators).
=======
Use controller in open-loop control mode:

* The controller ignores the states provided by hardware interface but using last commands as states for starting the trajectory interpolation.
* It deactivates the feedback control, see the ``gains`` structure.
>>>>>>> 6851df1 ([JTC] Import docs from wiki.ros.org (#566))

If this flag is set, the controller tries to read the values from the command interfaces on starting. If they have real numeric values, those will be used instead of state interfaces. Therefore it is important set command interfaces to NaN (std::numeric_limits<double>::quiet_NaN()) or state values when the hardware is started.

Expand Down Expand Up @@ -225,10 +218,6 @@ gains.<joint_name>.ff_velocity_scale (double)

Default: 0.0

<<<<<<< HEAD
ROS2 interface of the controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
=======
gains.<joint_name>.normalize_error (bool)
If true, the position error :math:`e = normalize(s_d - s)` is normalized between :math:`-\pi, \pi`.
Otherwise :math:`e = s_d - s` is used, with the desired position :math:`s_d` and the measured
Expand All @@ -237,17 +226,11 @@ gains.<joint_name>.normalize_error (bool)

Default: false

>>>>>>> 6851df1 ([JTC] Import docs from wiki.ros.org (#566))

.. _ROS 2 interface:

<<<<<<< HEAD
~/controller_state (output topic) [control_msgs::msg::JointTrajectoryControllerState]
Topic publishing internal states.
=======
Description of controller's interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>>>>>> 6851df1 ([JTC] Import docs from wiki.ros.org (#566))

References
,,,,,,,,,,,,,,,,,,
Expand Down