From 93582e9c3904d1c53a134e94aafcb9466d9f947b Mon Sep 17 00:00:00 2001 From: Alfonso Dominguez Date: Tue, 14 Apr 2020 19:07:44 +0200 Subject: [PATCH] adjustments according to comments: name of the file placement, duplicated file format, etc --- data_format.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data_format.adoc b/data_format.adoc index bc3d53d..00afa3c 100644 --- a/data_format.adoc +++ b/data_format.adoc @@ -116,6 +116,8 @@ From this file, the number of joints, its labels and the degrees of freedom can **Number of files**: all necessary files to describe the complete robotic structure. +**Name of the file**: The main urdf file which includes the rest of urdf files should be named as `humanoid_N_anthropometry`, where `N` is the humanoid number. + **File format**: `.urdf`. The use of `.urdf` files also has shortcomings such as the lack of friction (important for e.g. walking steeper slope angles). In order to resolve these issues, EUROBENCH will use Gazebo as a simulator. @@ -129,14 +131,12 @@ Moreover, it allows to use a wide variety of simulators commonly used in robotic **Number of files**: Usually each segment, sensor, or set of segments such as a leg are described in a single file. Finally the whole robot includes all these files in a single file which is the one loaded. +**Name of the file**: `wr_N_config_M_segments`, where `N` is the WR number and `M` is the configuration number (for resizable robots this could be useful). + **File Format**: .urdf. This format file allows to include Gazebo simulation tags, such as friction properties, or visualization properties that allow to simulate more realistic behaviours. This file shall contain the dimensions and inertial properties of each segment of the worn robot with respect to the reference system of the human body segment connected to it. This is needed to enable dynamic simulators to model the human-WR system. -**name of the file**: `wr_N_config_M_segments`, where `N` is the WR number and `M` is the configuration number (for resizable robots this could be useful). - -**file format**: .yaml - === Human anthropometric measures file **Description**: This file shall contain all the anthropometric measurements presented in Table 1 (Winter, 2009) and Figure 3.