Conversation
Greptile SummaryThis PR adds a new Key Changes:
Implementation Details: The implementation is minimal, correct, and follows existing patterns in the codebase. The Confidence Score: 5/5
Important Files Changed
Last reviewed commit: fbbe279 |
|
should we name it idk in general if we should just have dimos run support module names as well, or a list of blueprints AND modules, always good to collapse the abstraction layers |
I named it But yeah, actually unifying the blueprints and modules sounds better. I'll do that. |
Problem
Can't run modules by themselves.
Closes DIM-568
Solution
Add a
scratchblueprint with nothing in it.Now you can construct dynamic blueprints by using
extra-module. E.g.:Breaking Changes
None.
How to Test
Start the echo:
uv run dimos topic echo /cmd_velStart the keyboard_teleop module:
Press WASD in the keyboard_teleop window and see how /cmd_vel updates.
Contributor License Agreement