Replies: 1 comment
-
Part of this issue is resolved implemented by rafcon_monitoring_plugin and could fully solved by its extension. The follwoing sub-tasks can be identified:
Sub-Task 1 seems to be solved by the actual implementation of the rafcon_monitoring_plugin revision 0.0.3. Originally created by @Rbelder at 2016-04-14 10:02:44+00:00 (moved from RMC internal repository) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the GUI only works with a core running on the same host as the core. However, especially for mobile robots, one wants to have the GUI to check the execution of a robot running the core. Therefore it would be beneficial to allow the GUI to communicate with a core running on another host.
It would probably be sufficient if the GUI is only used as "viewer", not as "editor", reducing the communication to the current execution state (core to GUI) and the control of the execution (GUI to core).
The host running the GUI would probably need a copy of the state machine running on the core host. The identity of the two state machines should be checked using a hash. In addition, the GUI (maybe also the core) needs a "read only" mode, preventing the state machine from being changed.
Originally created by @franzlst ([email protected]) at 2016-01-07 15:50:42+00:00 (moved from RMC internal repository)
Beta Was this translation helpful? Give feedback.
All reactions