HORUS v0.1.7-alpha #39
neos-builder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
HORUS v0.1.7-alpha
Alpha release with significant architectural changes.
Communication Layer Redesign
The Hub/Link architecture has been unified into a single Topic API. This change aligns HORUS with ROS2 terminology, reducing cognitive overhead for developers transitioning from ROS2 ecosystems.
The framework now automatically selects the optimal IPC backend based on message type and access patterns:
Scheduler Improvements
The scheduler now supports Linux real-time scheduling policies:
SCHED_FIFOfor deterministic real-time executionSCHED_RRfor round-robin real-time schedulingRequires
CAP_SYS_NICEcapability or root privileges on Linux.Codebase Restructuring
This release includes a major refactor to support future scaling:
horus_core,horus_manager,horus_ai,horus_perception)API Changes
Several APIs have changed for improved developer experience. See migration notes in the documentation.
Roadmap
Full changelog and documentation at: https://github.com/softmata/horus
This discussion was created from the release HORUS v0.1.7-alpha.
All reactions