Skip to content

Commit ead8fe2

Browse files
[ergoCubSN000] Update the YarpRobotLogger configuration file to be compliant with robots-configuration v2.5.2 (#763)
1 parent 0177c9f commit ead8fe2

File tree

6 files changed

+40
-53
lines changed

6 files changed

+40
-53
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
All notable changes to this project are documented in this file.
33

44
## [unreleased]
5+
### Changed
6+
- [ergoCubSN000] Update the YarpRobotLogger configuration file to be mpliant with robots-configuration v2.5.2 (https://github.com/ami-iit/bipedal-locomotion-framework/pull/763)
7+
58
### Fixed
6-
Fixed compilation on Windows of fmt formatter for Eigen types (https://github.com/ami-iit/bipedal-locomotion-framework/pull/762)
9+
- Fixed compilation on Windows of fmt formatter for Eigen types (https://github.com/ami-iit/bipedal-locomotion-framework/pull/762)
710

811
## [0.16.0] - 2023-11-15
912
### Added

devices/YarpRobotLoggerDevice/app/robots/ergoCubSN000/blf-yarp-robot-logger-interfaces/all_joints_mc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BSD-3-Clause license. -->
44
<?xml version="1.0" encoding="UTF-8" ?>
55
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="all_joints_mc" type="remotecontrolboardremapper">
66
<param name="remoteControlBoards">("/ergocub/head", "/ergocub/torso", "/ergocub/left_arm", "/ergocub/right_arm", "/ergocub/left_leg", "/ergocub/right_leg")</param>
7-
<param name="axesNames">("neck_pitch", "neck_roll", "neck_yaw", "camera_tilt", "torso_roll", "torso_yaw", "l_shoulder_pitch", "l_shoulder_roll", "l_shoulder_yaw", "l_elbow", "l_wrist_roll", "l_wrist_pitch", "l_wrist_yaw", "r_shoulder_pitch", "r_shoulder_roll", "r_shoulder_yaw", "r_elbow", "r_wrist_roll", "r_wrist_pitch", "r_wrist_yaw", "l_hip_pitch", "l_hip_roll", "l_hip_yaw", "l_knee", "l_ankle_pitch", "l_ankle_roll", "r_hip_pitch", "r_hip_roll", "r_hip_yaw", "r_knee", "r_ankle_pitch", "r_ankle_roll")</param>
7+
<param name="axesNames">("neck_pitch", "neck_roll", "neck_yaw", "camera_tilt", "torso_pitch", "torso_roll", "torso_yaw", "l_shoulder_pitch", "l_shoulder_roll", "l_shoulder_yaw", "l_elbow", "l_wrist_roll", "l_wrist_pitch", "l_wrist_yaw", "l_thumb_add", "l_thumb_oc", "l_index_oc", "l_middle_oc", "l_ring_pinky_oc", "r_shoulder_pitch", "r_shoulder_roll", "r_shoulder_yaw", "r_elbow", "r_wrist_roll", "r_wrist_pitch", "r_wrist_yaw", "r_thumb_add", "r_thumb_oc", "r_index_oc", "r_middle_oc", "r_ring_pinky_oc", "l_hip_pitch", "l_hip_roll", "l_hip_yaw", "l_knee", "l_ankle_pitch", "l_ankle_roll", "r_hip_pitch", "r_hip_roll", "r_hip_yaw", "r_knee", "r_ankle_pitch", "r_ankle_roll")</param>
88
<param name="localPortPrefix">/yarp_robot_logger/joints</param>
99

1010
<group name="REMOTE_CONTROLBOARD_OPTIONS">

devices/YarpRobotLoggerDevice/app/robots/ergoCubSN000/blf-yarp-robot-logger-interfaces/imu_clients.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
<param name="carrier">fast_tcp</param>
5555
</device>
5656

57-
</devices>
58-
57+
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="waist_client" type="multipleanalogsensorsclient">
58+
<param name="remote">/ergocub/waist/inertials</param>
59+
<param name="local">/yarp_robot_logger/waist/imu</param>
60+
<param name="timeout">0.5</param>
61+
<param name="carrier">fast_tcp</param>
62+
</device>
5963

64+
</devices>

devices/YarpRobotLoggerDevice/app/robots/ergoCubSN000/blf-yarp-robot-logger-interfaces/mas-remapper.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="mas-remapper" type="multipleanalogsensorsremapper">
77
<param name="period">10</param>
88
<param name="ThreeAxisGyroscopesNames">
9-
(rfeimu_gyro, l_arm_ft_gyro, r_arm_ft_gyro, l_foot_front_ft_gyro, l_foot_rear_ft_gyro, r_foot_front_ft_gyro, r_foot_rear_ft_gyro, l_leg_ft_gyro, r_leg_ft_gyro)
9+
(sensor_imu_xsensmt, rfeimu_gyro, l_arm_ft_gyro, r_arm_ft_gyro, l_foot_front_ft_gyro, l_foot_rear_ft_gyro, r_foot_front_ft_gyro, r_foot_rear_ft_gyro, l_leg_ft_gyro, r_leg_ft_gyro)
1010
</param>
1111
<param name="ThreeAxisLinearAccelerometersNames">
12-
(rfeimu_acc, l_arm_ft_acc, r_arm_ft_acc, l_foot_front_ft_acc, l_foot_rear_ft_acc, r_foot_front_ft_acc, r_foot_rear_ft_acc, l_leg_ft_acc, r_leg_ft_acc)
12+
(sensor_imu_xsensmt, rfeimu_acc, l_arm_ft_acc, r_arm_ft_acc, l_foot_front_ft_acc, l_foot_rear_ft_acc, r_foot_front_ft_acc, r_foot_rear_ft_acc, l_leg_ft_acc, r_leg_ft_acc)
1313
</param>
1414
<param name="ThreeAxisMagnetometersNames">
15-
(rfeimu_mag, l_arm_ft_mag, r_arm_ft_mag, l_foot_front_ft_mag, l_foot_rear_ft_mag, r_foot_front_ft_mag, r_foot_rear_ft_mag, l_leg_ft_mag, r_leg_ft_mag)
15+
(sensor_imu_xsensmt, rfeimu_mag, l_arm_ft_mag, r_arm_ft_mag, l_foot_front_ft_mag, l_foot_rear_ft_mag, r_foot_front_ft_mag, r_foot_rear_ft_mag, l_leg_ft_mag, r_leg_ft_mag)
1616
</param>
1717
<param name="OrientationSensorsNames">
18-
(rfeimu_eul, l_arm_ft_eul, r_arm_ft_eul, l_foot_front_ft_eul, l_foot_rear_ft_eul, r_foot_front_ft_eul, r_foot_rear_ft_eul, l_leg_ft_eul, r_leg_ft_eul)
18+
(sensor_imu_xsensmt, rfeimu_eul, l_arm_ft_eul, r_arm_ft_eul, l_foot_front_ft_eul, l_foot_rear_ft_eul, r_foot_front_ft_eul, r_foot_rear_ft_eul, l_leg_ft_eul, r_leg_ft_eul)
1919
</param>
2020
<param name="SixAxisForceTorqueSensorsNames">
2121
(l_arm_ft, r_arm_ft, l_foot_front_ft, l_foot_rear_ft, r_foot_front_ft, r_foot_rear_ft, l_leg_ft, r_leg_ft)
@@ -37,6 +37,7 @@
3737
<elem name="right_foot_imu_client">right_foot_imu_client</elem>
3838
<elem name="left_leg_imu_client">left_leg_imu_client</elem>
3939
<elem name="right_leg_imu_client">right_leg_imu_client</elem>
40+
<elem name="waist_client">waist_client</elem>
4041
</paramlist>
4142
</action>
4243

devices/YarpRobotLoggerDevice/app/robots/ergoCubSN000/blf-yarp-robot-logger-interfaces/webcams.xml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,22 @@ BSD-3-Clause license. -->
66
<devices>
77

88
<!-- <device xmlns:xi="http://www.w3.org/2001/XInclude" name="jabra" type="opencv_grabber"> -->
9-
<!-- <param name="camera">0</param> -->
9+
<!-- <param name="camera">4</param> -->
1010
<!-- <param name="width">1280</param> -->
1111
<!-- <param name="height">720</param> -->
1212
<!-- </device> -->
1313

1414
<!-- Enable the following block if you want to collect retrieve the cameras of the robot -->
1515

16-
<!-- <device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_eye" type="remote_grabber"> -->
17-
<!-- <param name="local">/yarp_robot_logger/cam/left</param> -->
18-
<!-- <param name="remote">/icub/cam/left</param> -->
19-
<!-- <param name="stream">mjpeg</param> -->
16+
<!-- <device xmlns:xi="http://www.w3.org/2001/XInclude" name="realsense" type="RGBDSensorClient"> -->
17+
<!-- <param name="localImagePort">/yarp_robot_logger/depthCamera/rgbImage:i</param> -->
18+
<!-- <param name="localDepthPort">/yarp_robot_logger/depthCamera/depthImage:i</param> -->
19+
<!-- <param name="localRpcPort">/yarp_robot_logger/depthCamera/rpc:o</param> -->
20+
<!-- <param name="remoteImagePort">/depthCamera/rgbImage:o</param> -->
21+
<!-- <param name="remoteDepthPort">/depthCamera/depthImage:o</param> -->
22+
<!-- <param name="remoteRpcPort">/depthCamera/rpc:i</param> -->
23+
<!-- <param name="ImageCarrier">mjpeg</param> -->
24+
<!-- <param name="DepthCarrier">tcp+send.portmonitor+file.depthimage_compression_zlib+recv.portmonitor+file.depthimage_compression_zlib+type.dll</param> -->
2025
<!-- </device> -->
2126

22-
<!-- <device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_eye" type="remote_grabber"> -->
23-
<!-- <param name="local">/yarp_robot_logger/cam/right</param> -->
24-
<!-- <param name="remote">/icub/cam/right</param> -->
25-
<!-- <param name="stream">mjpeg</param> -->
26-
<!-- </device> -->
27-
28-
29-
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="realsense" type="RGBDSensorClient">
30-
<param name="localImagePort">/yarp_robot_logger/depthCamera/rgbImage:i</param>
31-
<param name="localDepthPort">/yarp_robot_logger/depthCamera/depthImage:i</param>
32-
<param name="localRpcPort">/yarp_robot_logger/depthCamera/rpc:o</param>
33-
<param name="remoteImagePort">/depthCamera/rgbImage:o</param>
34-
<param name="remoteDepthPort">/depthCamera/depthImage:o</param>
35-
<param name="remoteRpcPort">/depthCamera/rpc:i</param>
36-
<param name="ImageCarrier">mjpeg</param>
37-
<param name="DepthCarrier">tcp+send.portmonitor+file.depthimage_compression_zlib+recv.portmonitor+file.depthimage_compression_zlib+type.dll</param>
38-
</device>
39-
4027
</devices>

devices/YarpRobotLoggerDevice/app/robots/ergoCubSN000/yarp-robot-logger.xml

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ BSD-3-Clause license. -->
1010
<param name="rgb_cameras_fps">()</param>
1111
<param name="rgb_cameras_rgb_save_mode">()</param>
1212

13-
<param name="rgbd_cameras_fps">(30)</param>
14-
<param name="rgbd_cameras_depth_scale">(1000)</param>
15-
<param name="rgbd_cameras_depth_save_mode">("frame")</param>
16-
<param name="rgbd_cameras_rgb_save_mode">("frame")</param>
13+
<param name="rgbd_cameras_fps">()</param>
14+
<param name="rgbd_cameras_depth_scale">()</param>
15+
<param name="rgbd_cameras_depth_save_mode">()</param>
16+
<param name="rgbd_cameras_rgb_save_mode">()</param>
1717

1818
<param name="video_codec_code">mp4v</param>
1919
<param name="port_prefix">/yarp-robot-logger</param>
20-
<param name="text_logging_subnames">("ergoCubSN000/yarprobotinterface")</param>
21-
<param name="code_status_cmd_prefixes">("ssh ergocub@10.0.2.2" "ssh ergocub@10.0.2.1")</param>
20+
<param name="text_logging_subnames">("ergocub-torso/yarprobotinterface")</param>
21+
<param name="code_status_cmd_prefixes">("ssh ergocub@10.0.2.2" "ssh ergocub@10.0.2.3")</param>
2222

2323
<group name="Telemetry">
2424
<param name="save_period">1800.0</param>
@@ -34,20 +34,13 @@ BSD-3-Clause license. -->
3434
<param name="signal_name">"walking"</param>
3535
<param name="carrier">"udp"</param>
3636
</group>
37-
38-
<group name="RobotDynamicsEstimator">
39-
<param name="local">"/yarp-robot-logger/exogenous_signals/rde:i"</param>
40-
<param name="remote">"/robot-dynamics-estimator/data:o"</param>
41-
<param name="signal_name">"rde"</param>
42-
<param name="carrier">"udp"</param>
43-
</group>
4437
</group>
4538

4639
<group name="RobotCameraBridge">
47-
<param name="stream_cameras">true</param>
40+
<param name="stream_cameras">false</param>
4841
<group name="Cameras">
4942
<param name="rgb_cameras_list">()</param>
50-
<param name="rgbd_cameras_list">("realsense")</param>
43+
<param name="rgbd_cameras_list">()</param>
5144
</group>
5245
</group>
5346

@@ -63,7 +56,7 @@ BSD-3-Clause license. -->
6356
<param name="stream_temperatures">true</param>
6457

6558
<group name="RemoteControlBoardRemapper">
66-
<param name="joints_list">("neck_pitch", "neck_roll", "neck_yaw", "camera_tilt", "torso_roll", "torso_yaw", "l_shoulder_pitch", "l_shoulder_roll", "l_shoulder_yaw", "l_elbow", "l_wrist_roll", "l_wrist_pitch", "l_wrist_yaw", "r_shoulder_pitch", "r_shoulder_roll", "r_shoulder_yaw", "r_elbow", "r_wrist_roll", "r_wrist_pitch", "r_wrist_yaw", "l_hip_pitch", "l_hip_roll", "l_hip_yaw", "l_knee", "l_ankle_pitch", "l_ankle_roll", "r_hip_pitch", "r_hip_roll", "r_hip_yaw", "r_knee", "r_ankle_pitch", "r_ankle_roll")</param>
59+
<param name="joints_list">("neck_pitch", "neck_roll", "neck_yaw", "camera_tilt", "torso_pitch", "torso_roll", "torso_yaw", "l_shoulder_pitch", "l_shoulder_roll", "l_shoulder_yaw", "l_elbow", "l_wrist_roll", "l_wrist_pitch", "l_wrist_yaw", "l_thumb_add", "l_thumb_oc", "l_index_oc", "l_middle_oc", "l_ring_pinky_oc", "r_shoulder_pitch", "r_shoulder_roll", "r_shoulder_yaw", "r_elbow", "r_wrist_roll", "r_wrist_pitch", "r_wrist_yaw", "r_thumb_add", "r_thumb_oc", "r_index_oc", "r_middle_oc", "r_ring_pinky_oc", "l_hip_pitch", "l_hip_roll", "l_hip_yaw", "l_knee", "l_ankle_pitch", "l_ankle_roll", "r_hip_pitch", "r_hip_roll", "r_hip_yaw", "r_knee", "r_ankle_pitch", "r_ankle_roll")</param>
6760
</group>
6861

6962
<group name="SixAxisForceTorqueSensors">
@@ -79,10 +72,10 @@ BSD-3-Clause license. -->
7972
</group>
8073

8174
<group name="InertialSensors">
82-
<param name="accelerometers_list">(rfeimu_acc, l_arm_ft_acc, r_arm_ft_acc, l_foot_front_ft_acc, l_foot_rear_ft_acc, r_foot_front_ft_acc, r_foot_rear_ft_acc, l_leg_ft_acc, r_leg_ft_acc)</param>
83-
<param name="gyroscopes_list">(rfeimu_gyro, l_arm_ft_gyro, r_arm_ft_gyro, l_foot_front_ft_gyro, l_foot_rear_ft_gyro, r_foot_front_ft_gyro, r_foot_rear_ft_gyro, l_leg_ft_gyro, r_leg_ft_gyro)</param>
84-
<param name="magnetometers_list">(rfeimu_mag, l_arm_ft_mag, r_arm_ft_mag, l_foot_front_ft_mag, l_foot_rear_ft_mag, r_foot_front_ft_mag, r_foot_rear_ft_mag, l_leg_ft_mag, r_leg_ft_mag)</param>
85-
<param name="orientation_sensors_list">(rfeimu_eul, l_arm_ft_eul, r_arm_ft_eul, l_foot_front_ft_eul, l_foot_rear_ft_eul, r_foot_front_ft_eul, r_foot_rear_ft_eul, l_leg_ft_eul, r_leg_ft_eul)</param>
75+
<param name="accelerometers_list">(sensor_imu_xsensmt, rfeimu_acc, l_arm_ft_acc, r_arm_ft_acc, l_foot_front_ft_acc, l_foot_rear_ft_acc, r_foot_front_ft_acc, r_foot_rear_ft_acc, l_leg_ft_acc, r_leg_ft_acc)</param>
76+
<param name="gyroscopes_list">(sensor_imu_xsensmt, rfeimu_gyro, l_arm_ft_gyro, r_arm_ft_gyro, l_foot_front_ft_gyro, l_foot_rear_ft_gyro, r_foot_front_ft_gyro, r_foot_rear_ft_gyro, l_leg_ft_gyro, r_leg_ft_gyro)</param>
77+
<param name="magnetometers_list">(sensor_imu_xsensmt, rfeimu_mag, l_arm_ft_mag, r_arm_ft_mag, l_foot_front_ft_mag, l_foot_rear_ft_mag, r_foot_front_ft_mag, r_foot_rear_ft_mag, l_leg_ft_mag, r_leg_ft_mag)</param>
78+
<param name="orientation_sensors_list">(sensor_imu_xsensmt, rfeimu_eul, l_arm_ft_eul, r_arm_ft_eul, l_foot_front_ft_eul, l_foot_rear_ft_eul, r_foot_front_ft_eul, r_foot_rear_ft_eul, l_leg_ft_eul, r_leg_ft_eul)</param>
8679
</group>
8780

8881
</group>
@@ -98,8 +91,6 @@ BSD-3-Clause license. -->
9891
<elem name="right_arm_wrench_client">right_arm_wrench_client</elem>
9992
<elem name="left_arm_wrench_client">left_arm_wrench_client</elem>
10093
<elem name="mas-remapper">mas-remapper</elem>
101-
<elem name="realsense">realsense</elem>
102-
<!-- <elem name="jabra">jabra</elem> -->
10394
</paramlist>
10495
</action>
10596

0 commit comments

Comments
 (0)