Step physics seems to not work properly
See original GitHub issue❓ Questions and Help
Hi, I’m following the tutorial at https://aihabitat.org/docs/habitat-sim/rigid-object-tutorial.html, but the ball don’t fall to the ground even if “step_physics” is properly called. It seems that sim.step_pyhsics
is not actually simulating physics, and therefore the result is a ball still in mid-air in all the observations. Am I forgetting something?
Thank you 😃
My environment:
python 3.8
habitat_sim 0.1.6 installed with conda
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Don't Panic! 10 Steps to Solving (Most) Physics Problems
1. Don't Panic. Sounds obvious, right? · 2. Try to Understand the Situation. What is going on in this problem? · 3. Read...
Read more >Physics Sub-Stepping Not Working in 4.16? - World Creation
Just installed and set up my project to be used in 4.16, and noticed my physics for jiggle physics and other things were...
Read more >working around FixedUpdate-Physics Step execution order
Obviously this doesn't work because the physics step won't update the contact points until after fixedupdate is done running.
Read more >Fix Your Timestep! | Gaffer On Games
What if the display framerate is 200fps? Well in this case it we need to take half a physics step each display update,...
Read more >Why can't I solve physics problems even after trying so ... - Quora
Physics doesn't “skim” well. Also remember that facts & formulas are not what you need in Physics. It's all about concepts!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @aclegg3, Thanks! I solved by build with this (the following code will build two wheels, both with and without display)
I see. The “withbullet” build for habitat-nightly does not appear to be up-dating correctly at this time. You should in this case build from source or use the previous version tag (e.g. use
-c aihabitat
instead).Edit: more specifically, headless build with bullet should be ok. However bullet build with display is not available on nightly.