ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, You need some kind of position controller in order to maintain such fixed position.
Sending 0-velocity setpoint would work for a perfect system but only a position control can detect a slight drift and send a non-null velocity to detect it.
The typical cascade would be position error -> velocity setpoint -> low-level effort PID. A simple proportional control is enough for the position -> velocity part.