From f11335130a404c7eef56256411f67b53cf6a648f Mon Sep 17 00:00:00 2001 From: watts Date: Thu, 2 May 2024 18:17:45 +0200 Subject: [PATCH] Update Running Orocos --- Running-Orocos.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Running-Orocos.md b/Running-Orocos.md index fb92d29..8f35c4a 100644 --- a/Running-Orocos.md +++ b/Running-Orocos.md @@ -1,4 +1,13 @@ -Orocos can be started with: +If Orocos has been installed in a shellbox, then you can connect to it with: + +``` +# to connect to orocos +telnet localhost 50001 +# ^x to kill and restart +# ^d to simply close the telnet connection +``` + +Otherwise, Orocos can be started with: ``` cd ~/work/stxm-test/PixelatorRealtime/startup/PolLux