NVIDIA / warp

A Python framework for high performance GPU simulation and graphics

Home Page:https://nvidia.github.io/warp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse_mjcf doesn't parse the freejoint tag

Manchewable opened this issue · comments

It seems that the parse_mjcf function in v1.0.0-beta.2 skips the freejoint tag when parsing the mjcf file.

Hi @Manchewable,

Indeed, the freejoint tag is currently not supported, only <joint type="free" ... /> is being parsed. We will add support for it in the next version.

Thanks,
Eric