Skip to content

Commit fc3e289

Browse files
urmahpurfeex
andauthored
Apply suggestions from code review
Co-authored-by: Felix Exner <[email protected]>
1 parent 165a7c1 commit fc3e289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ur_client_library/control/script_command_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ 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.
166167
*
167168
* \param kp A vector6d of proportional gains for each of the joints in the robot.
168169
* \param kd A vector6d of derivative gains for each of the joints in the robot.

0 commit comments

Comments
 (0)