-
Notifications
You must be signed in to change notification settings - Fork 0
🏠Home
Nico-Mansilla edited this page Jun 17, 2025
·
3 revisions
A desktop engine for robot control and debugging, powered by C++, Qt6, and Lua scripting.
Part of the Sysmic Robotics control system suite.
Sysmic Engine is a versatile and lightweight software designed to interact with and debug robots in the RoboCup Small Size League (SSL). It serves as a robust development interface, integrating:
-
🧠 Lua scripting for behavior control
-
🔌 Serial and WebSocket communication for real-time robot interfacing
-
⚙️ Modular and open-source C++ architecture
Command | Description |
---|---|
run <path> |
Run a Lua script from the specified path |
pause |
Pause the currently running script |
reload |
Reload the last successfully run script |
exit |
Exit the console reader thread (does not quit app) |