Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ergoCubSN001: fix cluster-config.xml #586

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ergoCubSN001/extra/contexts/yarpmanager/cluster-config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<cluster name="ergocub00" user="ergocub">
<cluster name="ergocub001" user="ergocub">

<!-- specify type="yarpserver" or type="yarpserver3" to use the old or new nameserver default behavior is to use yarpserver3 -->
<nameserver namespace="/ergocub00" node="ergocub-torso" type="yarpserver"> </nameserver>
<nameserver namespace="/ergocub001" node="ergocub001-lap" type="yarpserver"> </nameserver>

<!-- specify nodes, if you want to enable display on desktop please specify which desktop to use
this is usually the value of the DISPLAY variable when logged on -->
<node display=":1" address="10.0.2.1">ergocub001-lap</node>
<node display=":1" address="10.0.2.4">ergocub001-lap</node>
<node address="10.0.2.2">ergocub-torso</node>
<node display=":0" address="10.0.2.3">ergocub-head</node>
<node display=":0" address="10.0.10.164" user="icub">icub-console-gui</node>
Expand Down