how to use gazebo without the inertial tag?
Hi, I want to use ros to control my humanoid model in gazebo, my humanoid model should only move his legs and ros is supposed to send angles to change the position of the knee, hip and ankle.
I have developed a urdf file with all the visuals and joints, but now I want to make the model walk, sit and do any other movement we can do with our legs using the angles ros sends to gazebo. I want my model to make those moves without physical effect, which I mean by that is that my model would work without the inertial tag and his values of mass and momentum. Is that possible?