Open
Conversation
… and collision_checking tag that can be understood by pinocchio
Collaborator
Author
|
The python script for generating the file is probably not the best one and for simplicity I just placed it at @alaurenzi If you think that this PR should be merged feel free to improve or transfer the script where you think it fits better in this repo. Consider also if the script should be used for autogenerating the urdf file each time new files are generated I have checked the generated collisions by visualizing the pinocchio::GeometryModel generated from the urdf. The capsules are the same as the ones in |
…g into devel # Conflicts: # centauro_srdf/srdf/centauro.srdf # centauro_srdf/srdf/centauro_capsule.srdf # centauro_urdf/urdf/centauro.urdf # centauro_urdf/urdf/centauro_capsule.urdf # centauro_urdf/urdf/centauro_virtual_frame.urdf # centauro_urdf/urdf/utils.urdf.xacro
…or now same as wheels)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

This pull request is for generating a urdf for centauro that has maximum one collision object for each link but at the same time can be interpreted as capsule shape from various urdf-processing libraries, e.g. pinocchio. This is done by including only the cylinder objects in the urdf and adding a <collision_checking> tag that can be processed by pinocchio etc.