You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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!
I wanted to test humanoid avatars , so I downloaded files inside "habitat-sim".
Then, first, I tried the demo by:
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:
and I got the following message:
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
The text was updated successfully, but these errors were encountered: