Skip to content

Commit

Permalink
adjustments according to comments: name of the file placement, duplic…
Browse files Browse the repository at this point in the history
…ated file format, etc
  • Loading branch information
alfonsotecnalia committed Apr 14, 2020
1 parent b73a629 commit 93582e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data_format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 93582e9

Please sign in to comment.