World Joints
Should we be forcing blue to be fixed at the origin in Gazebo with the world joint?
That stops the model from being moved around which might be inconvenient if people want to simulate the robot somewhere else in a simulated world.
Humm yes, that's true. Without fixing the robot to the world frame the robot tends to float away in the zero gravity world. We have the zero gravity gazebo world to simulate the control interface a user would have, where the hardware interface provides the gravity compensation.
I agree though that it is inconvenient. Maybe we can add a parameter that allows the user to choose if they want the extra joint?
Perhaps we should move towards re-enabling gravity in the Gazebo world? It might be a little less clean for use on the real robot, but one option would be to move the gravity compensation code from the controller manager level to the controller level.
Alright sounds good. I've gone ahead and made these two pull requests which should address this. https://github.com/berkeleyopenarms/blue_core/pull/76 https://github.com/berkeleyopenarms/blue_simulator/pull/12
Let me know what you all think!