Skip to content

Commit 0980f30

Browse files
[ergoCubSN000] Update the cluster-config.xml and the custom positions (#591)
1 parent f99a887 commit 0980f30

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

ergoCubSN000/custom_positions.ini

100644100755
Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ parts (head torso left_arm right_arm right_leg left_leg)
1818
/$robot/left_leg_Velocity 10 10 10 10 10 10
1919

2020

21-
2221
[customPosition_LegsInZero]
2322
/$robot/head_Position 0 0 0 0
2423
/$robot/head_Velocity 10 10 10 10
@@ -32,3 +31,33 @@ parts (head torso left_arm right_arm right_leg left_leg)
3231
/$robot/right_leg_Velocity 10 10 10 10 10 10
3332
/$robot/left_leg_Position 0 0 0 0 0 0
3433
/$robot/left_leg_Velocity 10 10 10 10 10 10
34+
35+
36+
[customPosition_SingleSupportRight]
37+
/$robot/head_Position 0 0 0 0
38+
/$robot/head_Velocity 10 10 10 10
39+
/$robot/torso_Position 6.85497 10.708 -0.831098
40+
/$robot/torso_Velocity 10 10 10
41+
/$robot/left_arm_Position -2.91135 17.841 -12.6545 39.7457 0.00 0.00 0.00 0 0 0 0 0 0
42+
/$robot/left_arm_Velocity 10 10 10 10 10 10 10 10 10 10 10 10 10
43+
/$robot/right_arm_Position -2.81931 18.0793 -12.6969 39.7087 0.00 0.00 0.00 0 0 0 0 0 0
44+
/$robot/right_arm_Velocity 10 10 10 10 10 10 10 10 10 10 10 10 10
45+
/$robot/right_leg_Position 3.73915 -0.126503 0.419082 -37.7386 -22.523 8.02819
46+
/$robot/right_leg_Velocity 10 10 10 10 10 10
47+
/$robot/left_leg_Position 7.11018 1.45552 -0.768338 -42.1934 -24.0489 -10.2023
48+
/$robot/left_leg_Velocity 10 10 10 10 10 10
49+
50+
51+
[customPosition_SingleSupportLeft]
52+
/$robot/head_Position 0 0 0 0
53+
/$robot/head_Velocity 10 10 10 10
54+
/$robot/torso_Position -6.85497 10.708 -0.831098
55+
/$robot/torso_Velocity 10 10 10
56+
/$robot/left_arm_Position -2.81931 18.0793 -12.6969 39.7087 0.00 0.00 0.00 0 0 0 0 0 0
57+
/$robot/left_arm_Velocity 10 10 10 10 10 10 10 10 10 10 10 10 10
58+
/$robot/right_arm_Position -2.91135 17.841 -12.6545 39.7457 0.00 0.00 0.00 0 0 0 0 0 0
59+
/$robot/right_arm_Velocity 10 10 10 10 10 10 10 10 10 10 10 10 10
60+
/$robot/right_leg_Position 7.11018 1.45552 -0.768338 -42.1934 -24.0489 -10.2023
61+
/$robot/right_leg_Velocity 10 10 10 10 10 10
62+
/$robot/left_leg_Position 3.73915 -0.126503 0.419082 -37.7386 -22.523 8.02819
63+
/$robot/left_leg_Velocity 10 10 10 10 10 10

ergoCubSN000/extra/contexts/yarpmanager/cluster-config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<cluster name="ergocub00" user="ergocub">
22

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

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

0 commit comments

Comments
 (0)