Skip to content

Commit 3fef2b6

Browse files
authored
Correct default port in README.md
1 parent 6c02c42 commit 3fef2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The library provides the `CRIController` class which is the main interface to co
3434
Most function return a bool to check whether the execution was successful.
3535

3636
### Typical procedure
37-
1. Connect to iRC: `CRIController.connect(...)` Default IP is `192.168.3.11` with port `3921`. For using the simulation in the iRC desktop software, connect to `127.0.0.1`, most of the time the port in the simulation is `3921`, 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.
37+
1. Connect to iRC: `CRIController.connect(...)` Default IP is `192.168.3.11` with port `3920`. For using the simulation in the iRC desktop software, connect to `127.0.0.1`, most of the time the port in the simulation is `3921`, 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.
3838
2. If you want to control the robot, acquire active control via `CRIController.set_active_control(True)`.
3939
3. Enable drives with `CRIController.enable()`
4040
4. Wait unitl axes are ready `CRIcontroller.wait_for_kinematics_ready()`

0 commit comments

Comments
 (0)