Skip to content

Commit 4413110

Browse files
committed
review feedback: doc comments
1 parent fef566b commit 4413110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ur_client_library/control/reverse_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ class ReverseInterface
139139
* calls the producer will issue on the trajectory socket. URScript reads exactly that many points
140140
* and then completes.
141141
* - TRAJECTORY_STREAM_START (2): Begins an open-ended (streaming) trajectory. The producer streams
142-
* spline points and signals end-of-stream with TRAJECTORY_STREAM_END. \p point_number is unused.
142+
* motion primitives and signals end-of-stream with TRAJECTORY_STREAM_END. \p point_number is unused.
143143
* - TRAJECTORY_STREAM_END (3): Ends an open-ended streaming trajectory started by
144-
* TRAJECTORY_STREAM_START. \p point_number must equal the total number of spline points the
144+
* TRAJECTORY_STREAM_START. \p point_number must equal the total number of motion primitives the
145145
* producer wrote on the trajectory socket since TRAJECTORY_STREAM_START.
146146
*
147147
* \param point_number Mode-dependent point-count argument. See the description of \p

0 commit comments

Comments
 (0)