Updated docs and added constants to tracker
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>setJointMaxMotorTorque [RCBasic Doc] </title>
|
||||
<title>SetJointMaxMotorTorque [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub setJointMaxMotorTorque( joint_id, torque) </h2></p>
|
||||
<p><h2>Sub SetJointMaxMotorTorque( joint_id, torque) </h2></p>
|
||||
<p>
|
||||
Limits the maximum torque (rotational force) that the motor can apply to achieve the target motor speed set by SetMotorSpeed. This allows you to control how much power the motorized joint has.
|
||||
</p>
|
||||
@@ -26,6 +26,7 @@
|
||||
<a href="getjointmaxmotortorque.html">GetJointMaxMotorTorque</a>
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user