diff --git a/conf/xml/RobotStateProvider_ergoCub_openxr_5trackers.xml b/conf/xml/RobotStateProvider_ergoCub_openxr_5trackers.xml
index a9bce97a..472c0a15 100644
--- a/conf/xml/RobotStateProvider_ergoCub_openxr_5trackers.xml
+++ b/conf/xml/RobotStateProvider_ergoCub_openxr_5trackers.xml
@@ -7,6 +7,7 @@
ftc_yarp_only.xml
/IFrameTransformToIWear/tf
/IFrameTransformToIWear/tf/local_rpc
+ 1.0
@@ -99,7 +100,8 @@
"torso_yaw",
"neck_pitch",
"neck_roll",
- "neck_yaw")
+ "neck_yaw",
+ "camera_tilt")
( 1.0 0.0 0.0 0.0
@@ -146,14 +148,15 @@
(
- l_shoulder_roll, r_shoulder_roll)
+ l_shoulder_roll, r_shoulder_roll, camera_tilt)
(
- (1.0, 0.0),
- (0.0, 1.0))
+ (1.0, 0.0, 0.0),
+ (0.0, 1.0, 0.0),
+ (0.0, 0.0, 1.0))
(
- -100.0, -100.0)
+ -100.0, -100.0, -0.1)
(
- 1.4, 1.4)
+ 1.4, 1.4, 0.1)
0.5
0.5
diff --git a/conf/xml/RobotStateProvider_ergoCub_openxr_5ultimateTrackers.xml b/conf/xml/RobotStateProvider_ergoCub_openxr_5ultimateTrackers.xml
index 755ae1c3..d78de9f1 100644
--- a/conf/xml/RobotStateProvider_ergoCub_openxr_5ultimateTrackers.xml
+++ b/conf/xml/RobotStateProvider_ergoCub_openxr_5ultimateTrackers.xml
@@ -7,6 +7,7 @@
ftc_yarp_only.xml
/IFrameTransformToIWear/tf
/IFrameTransformToIWear/tf/local_rpc
+ 1.0
@@ -99,7 +100,8 @@
"torso_yaw",
"neck_pitch",
"neck_roll",
- "neck_yaw")
+ "neck_yaw",
+ "camera_tilt")
(-1.0 0.0 0.0 0.0
@@ -146,14 +148,15 @@
(
- l_shoulder_roll, r_shoulder_roll)
+ l_shoulder_roll, r_shoulder_roll, camera_tilt)
(
- (1.0, 0.0),
- (0.0, 1.0))
+ (1.0, 0.0, 0.0),
+ (0.0, 1.0, 0.0),
+ (0.0, 0.0, 1.0))
(
- -100.0, -100.0)
+ -100.0, -100.0, -0.1)
(
- 1.4, 1.4)
+ 1.4, 1.4, 0.1)
0.5
0.5