Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rune Søe-Knudsen <[email protected]>
  • Loading branch information
urfeex and urrsk authored Jan 30, 2025
1 parent b2c931c commit cf27e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/architecture/instruction_executor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for sending motion instructions to the robot. Hence, it requires a :ref:`ur_driv
or `movel
<https://www.universal-robots.com/manuals/EN/HTML/SW5_20/Content/prod-scriptmanual/G5/movel_posea12v025t.htm>`_.
Therefore, all parameters and restrictions of these functions apply. For example, velocity and
acceleration parameters will be ignored if there is a time != 0 given.
acceleration parameters will be ignored if there is a time > 0 given.

As a minimal working example, please see ``examples/instruction_executor.cpp`` example:

Expand Down
2 changes: 1 addition & 1 deletion doc/architecture/trajectory_point_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ externally), the robot will send a response back to the control PC via the traje
or `movel
<https://www.universal-robots.com/manuals/EN/HTML/SW5_20/Content/prod-scriptmanual/G5/movel_posea12v025t.htm>`_.
Therefore, all parameters and restrictions of these functions apply. For example, velocity and
acceleration parameters will be ignored if there is a time != 0 given.
acceleration parameters will be ignored if there is a time > 0 given.


Communication protocol
Expand Down

0 comments on commit cf27e3c

Please sign in to comment.