I am lost with trying to simulate a robot with four magnetic wheels attached to a magnetic boar,
I have tried to add magnetic tag and nothing happens.
I am currently working on a project of a four-magnetic-wheel robot that needs to drive vertically and a board (wall climbing robot) and what to create a simulation of it in gazebo. I have already a simulation of the robot (on the ground) and its being controller through joystick with diffdrive plugin.
You’ll have to write your own plugin for that. There’s no out-of-the-box feature that would be able to simulate this. You basically need to add a force to each of the magnetic bodies in every simulation step.
Im pretty new to it and never built a plugin before, can you recommend a source that I can learn it from? I tried to look for some sources but got lost understanding which one is good and how could I implement it my self