Mobile robot gravity issue on gazebo7
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.
Notes:
- I spawn the robot from urdf.xacro file
- The same urdf.xacro of the robot and .world file on gazebo2 works correctly
- The only change that i did, was at the controller of the base which
I changed the function
joints[]->SetMaxForce()
tojoints_[]->SetEffortLimit()
, following this answer.
See what happens when trying to move the robot:
Any ideas on what could go wrong?