File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,9 @@ meant to send joint positions or velocities together with a mode that tells the
219219interpret those values (e.g. `SERVOJ`, `SPEEDJ`). Therefore, this interface can be used to do motion
220220command streaming to the robot.
221221
222- Simultaneously this class offers a function to receive a keepalive signal from the robot. This
223- function expects to read a terminated string from the opened socket and returns the string that has
224- been read. If no string could be read, an empty string is returned instead.
225-
226222In order to use this class in an application together with a robot, make sure that a corresponding
227- URScript is running on the robot that can interpret the commands sent and sends keepalive signals to
228- the interface. See [this example script](examples/ resources/scriptfile .urscript) for reference.
223+ URScript is running on the robot that can interpret the commands sent. See [this example
224+ script](resources/external_control .urscript) for reference.
229225
230226Also see the [ScriptSender](#scriptsender) for a way to define the corresponding URScript on the
231227control PC and sending it to the robot upon request.
You can’t perform that action at this time.
0 commit comments