You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features:
- combined_axes_error
- get_board_temperature
- get_motor_temperature
Fixes:
- wait_for_kinematics_ready now also checks the axes states
- fix comment in relative_move example
Copy file name to clipboardExpand all lines: docs/cri_lib.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ <h2 id="usage">Usage</h2>
110
110
<h3id="typical-procedure">Typical procedure</h3>
111
111
112
112
<ol>
113
-
<li>Connect to iRC: <code>CRIController.connect(...)</code> Default IP is <code>192.168.3.11</code> with port <code>3921</code>. For using the simulation in the iRC desktop software, connect to <code>127.0.0.1</code>, most of the time the port in the simulation is <code>3921</code>, but can be different. Have a look at the log if you are unable to connect. Check whether connection was successfull via the returned bool.</li>
113
+
<li>Connect to iRC: <code>CRIController.connect(...)</code> Default IP is <code>192.168.3.11</code> with port <code>3920</code>. For using the simulation in the iRC desktop software, connect to <code>127.0.0.1</code>, most of the time the port in the simulation is <code>3921</code>, but can be different. Have a look at the log if you are unable to connect. Check whether connection was successfull via the returned bool.</li>
114
114
<li>If you want to control the robot, acquire active control via <code>CRIController.set_active_control(True)</code>.</li>
115
115
<li>Enable drives with <code>CRIController.enable()</code></li>
116
116
<li>Wait unitl axes are ready <code>CRIcontroller.wait_for_kinematics_ready()</code></li>
0 commit comments