File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
include/ur_client_library Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ class ScriptCommandInterface : public ReverseInterface
163163 * torques based on either tcp poses or joint poses and applies the torques to the robot using the torque_command
164164 * function. The gains can be used to change the response of the controller. Be aware that changing the controller
165165 * 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.
166+ * The PD controller can be used without explicitly defining those gains, as it contains a set of default gains for
167+ * each robot model.
167168 *
168169 * \param kp A vector6d of proportional gains for each of the joints in the robot.
169170 * \param kd A vector6d of derivative gains for each of the joints in the robot.
Original file line number Diff line number Diff line change @@ -730,6 +730,8 @@ class UrDriver
730730 * torques based on either tcp poses or joint poses and applies the torques to the robot using the torque_command
731731 * function. The gains can be used to change the response of the controller. Be aware that changing the controller
732732 * response can make it unstable.
733+ * The PD controller can be used without explicitly defining those gains, as it contains a set of default gains for
734+ * each robot model.
733735 *
734736 * \param kp A vector6d of proportional gains for each of the joints in the robot.
735737 * \param kd A vector6d of derivative gains for each of the joints in the robot.
You can’t perform that action at this time.
0 commit comments