Dixon/src/RobotNode
Russell Gilbert 5fcedb0fca Initializes project structure for Dixon Robot, config build & link
Sets up the initial project structure for the Dixon robot,
including core components and build configurations.

This commit lays the foundation for future development by:
- Adding necessary `.idea` files for IDE configuration,
  including `.gitignore`, `aws.xml`, `modules.xml`, `vcs.xml`,
  `editor.xml`, and `encodings.xml`
- Creating `Heart` component for managing heart beat with GPIO.
- Setting up CMakeLists.txt to define project dependencies and configurations,
  including specifying C++20 standard and linking necessary libraries.
2026-02-07 04:36:27 +00:00
..
CardioCenter Initializes project structure for Dixon Robot, config build & link 2026-02-07 04:36:27 +00:00
.gitignore Adds basic robot control node structure 2025-12-28 10:04:23 +00:00
CMakeLists.txt Initializes project structure for Dixon Robot, config build & link 2026-02-07 04:36:27 +00:00
DixonBrain.cpp Adds basic robot control node structure 2025-12-28 10:04:23 +00:00
DixonBrain.h Adds basic robot control node structure 2025-12-28 10:04:23 +00:00
DixonNodeState.cpp Adds basic robot control node structure 2025-12-28 10:04:23 +00:00
DixonNodeState.h Adds basic robot control node structure 2025-12-28 10:04:23 +00:00
main.cpp Adds basic robot control node structure 2025-12-28 10:04:23 +00:00