Problem with Gazebo's built-in PID controller.
Hi, I using ROS fuerte version with Gazebo 1.0.2, my questions are:
- When opening the Gazebo, there is some controller (PID) that is initialized automatically by default?
- When creating a prismatic joint or the revolution Gazebo, is automatically added a controller (PID) in the joint?
- Why the gains are limited at most 99,990 in "Control Joints"?
- How to calculate the action applied to the joint using this controller's internal Gazebo?
- In "Control Joints", the force, position and velocity are applied separately or is a summation?
- There is documentation on this internal controller to the Gazebo?
- What happens to the internal controller Gazebo when added a new controller?
My code URDF: https://gist.github.com/anonymous/6300846 and Image "Joint Control": http://postimg.org/image/a0dvyrsl7/
Thanks, best regards.
You should upgrade to gazebo 1.9. Version 1.0.2 is very old.
I'll update my version.