You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/architecture/script_sender.rst
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,7 @@ corresponding request when starting a program on the robot that contains the **E
13
13
program node. In order to work properly, make sure that the IP address and script sender port are
14
14
configured correctly on the robot.
15
15
16
-
The following example creates a ``ScriptSender`` listening on port ``12345`` and sends the script
17
-
``textmsg("Hello, World!")`` when requested. A fully compilable example can be found in `script_sender.cpp <https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/master/examples/script_sender.cpp>`_
The following example creates a ``ScriptSender`` listening on port ``12345`` and sends the script
9
+
``textmsg("Hello, World!")`` when requested. A fully compilable example can be found in `script_sender.cpp <https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/master/examples/script_sender.cpp>`_
0 commit comments