Gazebo | Ignition | Community
Ask Your Question

miniME's profile - activity

2018-03-02 10:12:50 -0500 received badge  Taxonomist
2013-12-15 11:03:44 -0500 received badge  Popular Question (source)
2013-12-14 06:22:11 -0500 asked a question Controllers are unable to fight gravity

I am currently trying to simulate a robot in Gazebo using the ROS framework. I used this Tutorial to get an existing robot model running with the controller from the ros_control package. Everything works fine, the controller for each joints are up and running. I can use the corresponding ROS topics to send commands to each controller.

There is one slight problem: The controllers are even unable to fight the robots own weight. No mather what combination of PID gains I set for the controller, the robot is always pulled down by its own weight.

I am using a UR5 robot for simulation, the URDF file can be found here.

Here are two screenshots of the simulation, one with gravity enabled:

image description

and one with gravity disabled:

image description

Can anyone help me here?