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

malloc_consolidate(): unaligned fastbin chunk detected while testing the Humanoid Avatar #2082

Open
EftePA opened this issue Sep 19, 2024 · 0 comments

Comments

@EftePA
Copy link

EftePA commented Sep 19, 2024

I wanted to test humanoid avatars , so I downloaded files inside "habitat-sim".

Then, first, I tried the demo by:

python examples/interactive_play.py --never-end --disable-inverse-kinematics --control-humanoid --cfg benchmark/rearrange/play_human.yaml

P.s. I ran it inside habitat-sim, to do so, I had to change the path to .yaml, which for me is inside habitat-lab (also tried to run the command inside habitat-lab but got bad access error!)

Now I can see a female avatar inside an apartment that I can change the camera position by WASD, but I don't see that the arm of the avatar moves by random. So my first question is why the arm of the avatar doesn't move? Did I forget some settings?

Second, I tried Testing the Humanoid by:

inside habitat-lab:
python -m pytest test/test_humanoid.py

P.s. I had to change "assert kin_humanoid.get_robot_sim_id() == 1" to "assert kin_humanoid.get_robot_sim_id() == 2" to get it working!

and I got the following message:

2 passed, 1 skipped, 2 warnings in 50.40s 
malloc_consolidate(): unaligned fastbin chunk detected
Aborted (core dumped)

So does any one know how to solve malloc_consolidate(): unaligned fastbin chunk detected error?

Thank you in advance!

My habitat version:
habitat-baselines 0.3.1
habitat-lab 0.3.1
habitat_sim 0.3.1

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

1 participant