Skip to content

Commit 76ed58d

Browse files
urfeexurrsk
andauthored
Apply suggestions from code review
Co-authored-by: Rune Søe-Knudsen <41109954+urrsk@users.noreply.github.com>
1 parent 7e047bf commit 76ed58d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/architecture/instruction_executor.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Every motion function comes in two flavours:
3333
linear tool-space motion towards the pose implied by a joint configuration.
3434

3535
An ``urcl::Pose`` may optionally carry ``q_near`` (``std::optional<urcl::Q>``), a joint configuration
36-
hint for IK when the pose is sent over the trajectory interface; see :ref:`trajectory_point_interface`.
36+
hint for inverse kinematic solver to select the desired joint angle solution,
37+
when the pose is sent over the trajectory interface; see :ref:`trajectory_point_interface`.
3738

3839
The Instruction Executor uses the :ref:`trajectory_point_interface` and the
3940
:ref:`reverse_interface`

doc/architecture/trajectory_point_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ representations in 21 datafields. The data fields have the following meaning:
105105
- 11: MOVEC_POSE_JOINT – ``movec`` with joint via and pose target
106106
- 12: OPTIMOVEJ_POSE – ``optimovej`` to a pose target
107107
- 13: OPTIMOVEL_JOINT – ``optimovel`` to the pose implied by a joint target
108-
- 51: SPLINE
108+
- 51: SPLINE - Cubic or quintic spline.
109109
===== =====
110110

111111
where

0 commit comments

Comments
 (0)