File tree Expand file tree Collapse file tree
include/ur_client_library/control Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments