Skip to content

Commit 5305db0

Browse files
committed
Update docs
1 parent 0b9f3a0 commit 5305db0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212

1313
## Project Overview
1414

15-
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.
15+
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:
16+
17+
- **7063**: Connexion with other applications (Robotics Academy, BT Studio, Unibotics)
18+
- **6080**: Gazebo VNC
19+
- **1108**: Console VNC
1620

1721
## Main Class: `Manager`
1822

@@ -40,6 +44,7 @@ The `Manager` class is the core of RAM, orchestrating operations and managing tr
4044
- `stop`: Completely stops the application.
4145
- `disconnect`: Disconnects from the current session and returns to `idle`.
4246
- **Stateless Transitions**:
47+
- `gui`: Redirects content to the gui webserver.
4348
- `style_check`: Triggers on_style_check.
4449
- `code_analysis`: Triggers on_code_analysis.
4550
- `code_format`: Triggers on_code_format.

0 commit comments

Comments
 (0)