Open onePnot1 opened 1 year ago
Hey @onePnot1 The solution depends on what you want to do with the robot.
KINEMATIC
should remove robot physics and prevent it from moving all-together.
Example: ao.motion_type = habitat_sim.physics.MotionType.KINEMATIC
Habitat-Sim version
v0.2.5
Habitat is under active development, and we advise users to restrict themselves to stable releases. Are you using the latest release version of Habitat-Sim? Your question may already be addressed in the latest version. We may also not be able to help with problems in earlier versions because they sometimes lack the more verbose logging needed for debugging.
Main branch contains 'bleeding edge' code and should be used at your own risk.
Docs and Tutorials
Did you read the docs? https://aihabitat.org/docs/habitat-sim/
Did you check out the tutorials? https://aihabitat.org/tutorial/2020/
Perhaps your question is answered there. If not, carry on!
❓ Questions and Help
I add an Aliengo as an articulated object from its urdf, and then I set the joints of its legs so that it can maintain a standing pose. However, it will fall down because of the gravity. I try to set its MotionType to
habitat_sim.physics.MotionType.KINEMATIC
, but it doesn't seem to work.What should I do to get Aliengo to stand still?
Thanks a lot.