Skip to content

Commit ed16661

Browse files
author
Felix Exner
committed
Update documentation on ReverseInterface
1 parent a06f566 commit ed16661

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,9 @@ meant to send joint positions or velocities together with a mode that tells the
219219
interpret those values (e.g. `SERVOJ`, `SPEEDJ`). Therefore, this interface can be used to do motion
220220
command 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-
226222
In 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
230226
Also see the [ScriptSender](#scriptsender) for a way to define the corresponding URScript on the
231227
control PC and sending it to the robot upon request.

0 commit comments

Comments
 (0)