35 lines
580 B
HTML
35 lines
580 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>EnableJointMotor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub EnableJointMotor( joint_id, flag) </h2></p>
|
|
<p>
|
|
Enables or disables the joint motor
|
|
</p>
|
|
<p>
|
|
Used with
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Prismatic Joint
|
|
</li>
|
|
<li>
|
|
Revolute Joint
|
|
</li>
|
|
<li>
|
|
Wheel Joint
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="jointmotorisenabled.html">JointMotorIsEnabled</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |