Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First integrated prototype of the dockerized execution of the VisualCircuit application from the browser #220

Closed
jmplaza opened this issue Aug 26, 2023 · 0 comments
Assignees

Comments

@jmplaza
Copy link
Member

jmplaza commented Aug 26, 2023

Currently VisualCircuit include two basic functionalities:

(a) VISUAL EDITOR for designing a robotics application as a set of blocks that are connected through wires (similar to digital electronics, digital circuits). Each block typically has inputs and outputs. Its functionality is defined in Python, and periodically update its outputs.
(b) TRANSLATOR which translates the graphical description of a circuit into a set of Python files. It runs in the backend. Each block is implemented as a Python subprocess. Each wire is implemented as a shared memory area.

Now a major improvement is to add in the VisualCircuit frontend (c) the capability of RUNNING the edited robotics application. The application will run inside a docker container and will be monitorized from the websever. It will be built upon the dockerized execution infrastructure used at JdeRobot's RoboticsAcademy project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants