Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/.lfs/models_edgetam.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/.lfs/models_yoloe.tar.gz
Git LFS file not shown
9 changes: 9 additions & 0 deletions dimos/hardware/sensors/camera/realsense/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# RealSense SDK Install

1) Install the Intel RealSense SDK:
- https://github.com/IntelRealSense/librealsense

2) Install the Python bindings:
```bash
pip install pyrealsense2
```
592 changes: 0 additions & 592 deletions dimos/manipulation/manip_aio_pipeline.py

This file was deleted.

422 changes: 0 additions & 422 deletions dimos/manipulation/manip_aio_processer.py

This file was deleted.

3 changes: 1 addition & 2 deletions dimos/manipulation/manipulation_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from dimos.manipulation.manipulation_history import (
ManipulationHistory,
)
from dimos.perception.object_detection_stream import ObjectDetectionStream
from dimos.types.manipulation import (
AbstractConstraint,
ManipulationTask,
Expand All @@ -53,7 +52,7 @@ def __init__(
self,
output_dir: str,
new_memory: bool = False,
perception_stream: ObjectDetectionStream = None, # type: ignore[assignment]
perception_stream: Any = None,
) -> None:
"""
Initialize a new ManipulationInterface instance.
Expand Down
302 changes: 0 additions & 302 deletions dimos/manipulation/visual_servoing/detection3d.py

This file was deleted.

Loading
Loading