Dixon/utils
Russell Gilbert 2f0cb6e359 Renames RobotNode to Dixon and adds Rustylee core
Refactors the existing `RobotNode` module by renaming its directory and associated files to `Dixon`. This consolidates the core C++ robot node under a new name.

Introduces the initial `rustylee` module, establishing a foundational structure for the robot's brain. This new Rust component includes:
- A state machine (Starting, Running, Stopping, Stopped) to manage the brain's operational lifecycle.
- Graceful shutdown capabilities using a `ctrlc` signal handler.
- A main watchdog loop that orchestrates state transitions and responds to shutdown requests.
2026-02-26 11:00:48 +00:00
..
deploy_dixon Renames RobotNode to Dixon and adds Rustylee core 2026-02-26 11:00:48 +00:00
deploy_rustylee Sets up initial Rust project with ARM64 deployment 2026-02-25 07:20:14 +00:00
fix_links.py Updates RobotNode build and deployment process. 2026-02-17 17:13:16 +00:00