Skip to content

Commit

Permalink
Add YAMLs for SN002/V1_2 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored Apr 18, 2024
1 parent d8a1436 commit 0b8e15d
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions urdf/creo2urdf/data/ergocub1_2/ERGOCUB_all_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
includes: [base_1_2.yaml]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
includes: [base_1_2.yaml, ..\common\gazebo_addon.yaml]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
includes: [base_1_2.yaml, ..\common\gazebo_addon.yaml, ..\common\minContacts_addon.yaml]
7 changes: 7 additions & 0 deletions urdf/creo2urdf/data/ergocub1_2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is the mapping between the CAD files, the files contained in this folder and the files contained in `ergocub-software/urdf/ergoCub/robots`:

| CAD model in `cad-mechanics` | yaml file | csv file | YARP_ROBOT_NAME |
|:----------:|:---------:|:----------:|:--------------:|
| `cad-mechanics/projects/simulation_model/ergocub_1-1/sim_ergocub_1-1.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_2/ERGOCUB_all_options.yaml` | `ergocub-software/urdf/creo2urdf/data/common/ERGOCUB_joint_all_parameters.csv` | `ergoCubSN002` |
| `cad-mechanics/projects/simulation_model/ergocub_1-1/sim_ergocub_1-1.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_2/ERGOCUB_all_options_gazebo.yaml` | `ergocub-software/urdf/creo2urdf/data/common/ERGOCUB_joint_all_parameters.csv` | `ergoCubGazeboV1_2` |
| `cad-mechanics/projects/simulation_model/ergocub_1-1/sim_ergocub_1-1.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_2/ERGOCUB_all_options_minContacts.yaml` | `ergocub-software/urdf/creo2urdf/data/common/ERGOCUB_joint_all_parameters.csv` | `ergoCubGazeboV1_2_minContacts` |
11 changes: 11 additions & 0 deletions urdf/creo2urdf/data/ergocub1_2/base_1_2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
includes: [../ergocub1_1/base_1_1.yaml]

assignedMasses:
head : 1.6902682

assignedInertias:

- linkName: head
xx: 0.0097840569
yy: 0.010869342
zz: 0.0070099259
18 changes: 18 additions & 0 deletions urdf/creo2urdf/data/ergocub1_2/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<model>
<name>ergoCub</name>

<version>1.2</version>
<sdf version='1.5'>ergocub.sdf</sdf>

<author>
<name>Nicolò Genesio</name>
<email>[email protected]</email>
<name>Mattia Fussi</name>
<email>[email protected]</email>
</author>

<description>
Model for the ergoCub 1.1 humanoid robot.
</description>
</model>
Empty file.
Empty file.
Empty file.

0 comments on commit 0b8e15d

Please sign in to comment.