Setup Guide
Installation
Kenate requires a one-time build step to install the high-speed Hardware Bridge. This ensures zero-lag communication between Python and electronics.
Why is this step necessary?
Unlike simple scripting, Kenate installs a 1000Hz Kernel. Without this build step, your robot would suffer from "digital stutter," making smooth control impossible.
01Install Core Framework
Kenate is a globally distributed system available via the PyPI registry. Install the framework and the global CLI tool using pip.
The "God Command"
The kenate command is your entry point to the entire ecosystem. It handles everything from scaffolding to deep telemetry analysis.
kenate init [ProjectName]
Scaffolds a professional robotics workspace with the Euretix Standard structure.
kenate run [MissionPath]
Executes an autonomous mission using the high-speed Hardware Bridge.
kenate analyze
Parses Black Box logs to generate performance reports (Thermal, Energy, Timing).
Prerequisites
C++ Compiler
Visual Studio 2022 (Win) or GCC (Linux)
Python 3.10+
Required for high-level logic
CMake 3.20+
Industry standard build tool
Standard Build Process
Bridge ActiveThe Hardware Bridge is now installed. You'll find kenate_bindings.pyd in your build folder.
Bootstrap Your Mission
Initialize a professional project structure via the CLI: