Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Exner (fexner) <[email protected]>
  • Loading branch information
christophfroehlich and fmauch authored Jan 17, 2024
1 parent ea36012 commit c4e4238
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions force_torque_sensor_broadcaster/doc/parameters_context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ interface_names: |
(optional) Defines custom, per axis interface names.
This is used if different prefixes, i.e., sensor name, or non-standard interface names are used.
It is sufficient that only one ``interface_name`` is defined.
This enables broadcaster use for force sensing cells with less then six measuring axes.
Example definition is:
This enables the broadcaster to use force sensing cells with less than six measuring axes.
An example definition is:
.. code-block:: yaml
Expand Down
2 changes: 1 addition & 1 deletion force_torque_sensor_broadcaster/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Parameters
^^^^^^^^^^^
This controller uses the `generate_parameter_library <https://github.com/PickNikRobotics/generate_parameter_library>`_ to handle its parameters. The parameter `definition file located in the src folder <https://github.com/ros-controls/ros2_controllers/blob/{REPOS_FILE_BRANCH}/force_torque_sensor_broadcaster/src/force_torque_sensor_broadcaster_parameters.yaml>`_ contains descriptions for all the parameters used by the controller.

The interfaces can be defined in two ways, using ``sensor_name`` or ``interface_names`` parameter:
The interfaces can be defined in two ways, using the ``sensor_name`` or the ``interface_names`` parameter:
Those two parameters cannot be defined at the same time.

Full list of parameters:
Expand Down
2 changes: 1 addition & 1 deletion joint_trajectory_controller/doc/parameters_context.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
constraints:
Default values for tolerances if no explicit values are states in JointTrajectory message.
Default values for tolerances if no explicit values are set in the ``JointTrajectory`` message.

gains: |
Only relevant, if ``open_loop_control`` is not set.
Expand Down

0 comments on commit c4e4238

Please sign in to comment.