We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165a7c1 commit fc3e289Copy full SHA for fc3e289
include/ur_client_library/control/script_command_interface.h
@@ -163,6 +163,7 @@ class ScriptCommandInterface : public ReverseInterface
163
* torques based on either tcp poses or joint poses and applies the torques to the robot using the torque_command
164
* function. The gains can be used to change the response of the controller. Be aware that changing the controller
165
* response can make it unstable.
166
+ * The PD controller can be used without explicitly defining those gains, as it contains a set of default gains for each robot model.
167
*
168
* \param kp A vector6d of proportional gains for each of the joints in the robot.
169
* \param kd A vector6d of derivative gains for each of the joints in the robot.
0 commit comments