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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@
12
12
13
13
## Project Overview
14
14
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
16
20
17
21
## Main Class: `Manager`
18
22
@@ -40,6 +44,7 @@ The `Manager` class is the core of RAM, orchestrating operations and managing tr
40
44
-`stop`: Completely stops the application.
41
45
-`disconnect`: Disconnects from the current session and returns to `idle`.
0 commit comments