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

When we change some terrain in this situation why robots are start at sky? #50

Open
desktop-ls opened this issue Sep 19, 2023 · 2 comments

Comments

@desktop-ls
Copy link

desktop-ls commented Sep 19, 2023

Hi.

I have some problem.

when we use simulation in legged_gym(original learning in minuites code), on downstairs or upstairs, robots initial position is Almost stuck. i mean like below
1

But in this walk-these-ways code express like below.
I mean robots start in the high position ( same height as plane. so it looks like in the air )
2

Which part should i change?
I really want to know it thank you.

@OlalekanIsola
Copy link

Could you please point me to where in the code you added these terrains. I am trying to add more terrains to the flat which came by default. Many thanks

@OlalekanIsola
Copy link

I solved it by modifying 'terrain_proportions' in the 'go1_config.py' file. Note that the sum of the values in the list should be equal to 1. Feel free to adjust each terrain to determine how much you want it to appear.

Regarding the floating robot issue, you may want to check your 'pos'. Try using the following for 'go1': [0.0, 0.0, 0.34]. If you have a disjointed urdf, try changing "flip_visual_attachments" to either True or False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants