Skip to content

Commit 01b6a5c

Browse files
authored
Merge pull request #250 from JdeRobot/range-ports
Update range ports
2 parents 1890037 + e78efe3 commit 01b6a5c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
The Robotics Application Manager (RAM) is an advanced manager for executing robotic applications. It operates as a state machine, managing the lifecycle of robotic applications from initialization to termination and uses the following ports to communicate:
1616

1717
- **7063**: Connexion with other applications (Robotics Academy, BT Studio, Unibotics)
18-
- **6080**: Gazebo VNC
19-
- **1108**: Console VNC
18+
- **6080-6090**: Tools VNC
2019

2120
## Main Class: `Manager`
2221

docs/dummy_RAM_client_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ During the `launch_world` step of the dummy client, the file executed is `simple
1515

1616
2. Start a new Docker container using the RoboticsBackend image and keep it running in the background:
1717
```
18-
docker run --rm -it -p 7164:7164 -p 6080:6080 -p 1108:1108 -p 7163:7163 jderobot/robotics-backend
18+
docker run --rm -it -p 7164:7164 -p 6080-6090:6080-6090 -p 7163:7163 jderobot/robotics-backend
1919
```
2020

2121
3. Navigate to the test directory in the cloned RAM repository and run the dummy client file:

manager/manager/launcher/launcher_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"console": {
1212
"module": "console",
1313
"display": ":1",
14-
"external_port": 1108,
14+
"external_port": 6082,
1515
"internal_port": 5901,
1616
},
1717
"gazebo": {

0 commit comments

Comments
 (0)