Hello,
I am working with a mobile robot controlling it with ROS controllers.
Lately i decide to upgrade the version to gazebo7.11 but I noticed that robot seems like has no gravity.
See here what happens when trying to move the robot.
Notes:
- I spawn the robot from urdf.xacro file
- The same urdf.xacro of the robot and the .world file on gazebo2 works correctly
- The only change that i did, was at the controller of the base. I changed the function
joints[]->SetMaxForce()
tojoints_[]->SetEffortLimit()
, following this answer.
Any ideas on what could go wrong?