We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0574778 commit c118cafCopy full SHA for c118caf
1 file changed
dimos/memory2/module.py
@@ -167,12 +167,6 @@ def _resolve_path(cls, v: str | Path) -> Path:
167
return p
168
169
170
-class RecorderConfig(MemoryModuleConfig):
171
- overwrite: bool = True
172
- default_frame_id: str = "base_link"
173
- tf_tolerance: float = 0.5
174
-
175
176
class MemoryModule(Module):
177
"""Base class for memory-related modules, like recorders and search systems.
178
Provides a config with a db_path for the module's MemoryStore, and common start/stop logic.
0 commit comments