-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation on the URDF generation from Creo CAD assemblies #229
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b9dec2e
Update documentation on the URDF generation from Creo CAD assemblies
traversaro 138df56
Document how to generate URDF files from Creo
traversaro 1bcf912
Update README.md
traversaro 6474154
Update README.md
traversaro e71e82f
Update README.md
traversaro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
This directory contains file generated from `https://github.com/icub-tech-iit/cad-mechanics/blob/master/projects/simulation_model/ergocub_1-0/sim_ergocub_1-0.asm.1` | ||
using the https://github.com/icub-tech-iit/cad-mechanics-public/wiki/Creo-mechanism-to-URDF workflow . | ||
In particular the `SIM_ERGOCUB_1-0.xml` is directly the output obtained by the SimMechanics Link plugin. | ||
|
||
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-0/sim_ergocub_1-0.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options/ERGOCUB_all_options.csv` | `ergoCubSN000` | | ||
| `cad-mechanics/projects/simulation_model/ergocub_1-0/sim_ergocub_1-0.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options/ERGOCUB_all_options_gazebo.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options/ERGOCUB_all_options_gazebo.csv` | `ergoCubGazeboV1` | | ||
| `cad-mechanics/projects/simulation_model/ergocub_1-0/sim_ergocub_1-0.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options/ERGOCUB_all_options_minContacts.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_0/ERGOCUB_all_options/ERGOCUB_all_options_minContacts.csv` | `ergoCubGazeboV1_minContacts` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
This directory contains file generated from `https://github.com/icub-tech-iit/cad-mechanics/blob/master/projects/simulation_model/ergocub_1-0/sim_ergocub_1-0.asm.1` | ||
using the https://github.com/icub-tech-iit/cad-mechanics-public/wiki/Creo-mechanism-to-URDF workflow . | ||
In particular the `SIM_ERGOCUB_1-0.xml` is directly the output obtained by the SimMechanics Link plugin. | ||
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_1/ERGOCUB_all_options.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options/ERGOCUB_all_options.csv` | `ergoCubSN001` | | ||
| `cad-mechanics/projects/simulation_model/ergocub_1-1/sim_ergocub_1-1.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options/ERGOCUB_all_options_gazebo.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options/ERGOCUB_all_options_gazebo.csv` | `ergoCubGazeboV1_1` | | ||
| `cad-mechanics/projects/simulation_model/ergocub_1-1/sim_ergocub_1-1.asm.1` | `ergocub-software/urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options/ERGOCUB_all_options_minContacts.yaml` | `ergocub-software/urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options/ERGOCUB_all_options_minContacts.csv` | `ergoCubGazeboV1_1_minContacts` | |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've noticed that https://github.com/icub-tech-iit/cad-mechanics/ is private, is it wanted? I've also noticed that I don't have the access 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In theory that is documented, see the sentence "(that is currently private, if you need access ask it to the ergocub-software mantainer)".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it could make sense to consider moving those models to
cad-mechanics-public
, but I did not want to block the docs improvement on that discussion.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @fiorisi @maggia80