`rigid_body_physics` and `gravity` does not work

Hi,

I have a scene which has some rigid objects and want the rigid bodies enable gravity but I can’t.

I tried to insert…
enable_gravities()
enable_rigid_body_physics()
every functions but, it does not work. Why this happened?

Here is the code what I used.
moving_target.7z (2.1 MB)

Thanks

Hi there, can you double check whether the rigid bodies have Kinematics enabled or have a fixed joint attached to the root? It appears you have fixed_base: True in the config setup.

1 Like

Thank you!!

I didn’t thought of checking the configurations of the objects.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.