Pybullet support for magnetic field?

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
pylover
Posts: 2
Joined: Wed Oct 14, 2020 5:00 am

Pybullet support for magnetic field?

Post by pylover »

I am trying to see if I can add a magnetic field using PyBullet, or loadMJCF an .xml Mujoco file that has <option magnetic="blah blah blah">.

I see a previous post viewtopic.php?t=3018 Asking about this, but since the last reply there was posted 6 years ago, I decided to ask again.

I haven't seen native PyBullet support for magnetic fields; and when I tried loading a MJCF file with

Code: Select all

<option gravity="0 0 -10" wind="-100 0 0" magnetic="0 0.5 0" />
it seemed to have no effect on the PyBullet simulator at all, even if that .xml file could be simulated correctly using Mujoco.

So, is there a way to simulate magnetic fields in PyBullet today?
Post Reply