Skip to content

Commit 5709876

Browse files
committed
Update documentation
1 parent fc3e289 commit 5709876

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

include/ur_client_library/control/script_command_interface.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

include/ur_client_library/ur/ur_driver.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)