[Proposal] Add replace_cylinders_with_capsules
option in Urdf converters
#1430
Labels
enhancement
New feature or request
Proposal
Adding
replace_cylinders_with_capsules
in the urdf converters configuration class.Motivation
Previously in IsaacGym/legged_gym,
replace_cylinders_with_capsules
option can make the simulation faster and more stable. However, when radius is a lot greater than cylinders' length, the collision shape will be extremely different.Please consider adding this option in the implementation of
_get_urdf_import_config
Additional context
I've checked that this does not need any other implementations, just adding two lines of code.
_get_urdf_import_config
ofUrdfConverter
inomni.isaac.lab/omni/Isaac/lab/sim/converters/urdf_converters.py
UrdfConverterCfg
inomni.isaac.lab/omni/Isaac/lab/sim/converters/urdf_converters_cfg.py
Checklist
The text was updated successfully, but these errors were encountered: