Skip to content
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

in legged_gym/legged_gym/utils/terrain.py, there is a little bug #37

Open
caozx1110 opened this issue Mar 9, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@caozx1110
Copy link

Describe the bug
in legged_gym/legged_gym/utils/terrain.py line 103 & 104, it should be:

                              vertical_scale=self.cfg.vertical_scale,
                              horizontal_scale=self.cfg.horizontal_scale)

Thanks!

@caozx1110 caozx1110 added the bug Something isn't working label Mar 9, 2023
@caozx1110
Copy link
Author

And in line 106, it seems to be:

            eval(terrain_type)(terrain, **self.cfg.terrain_kwargs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants