legged_gym
legged_gym copied to clipboard
Terrain Type error
Hi there, when i select the terrain type as : mesh_type = 'heightfield' It brings the error here:
AttributeError: module 'isaacgym.gymapi' has no attribute 'HeightFieldProperties'
Do you have any idea how to solve this error?
Thanks!
Thanks for reporting. It should be HeightFieldParams
. Feel free to do a pull request if this fixes the issue.