removed security demo which requires cuda#2251
Conversation
Greptile SummaryThis PR removes the CUDA-dependent
Confidence Score: 5/5A clean removal of a CUDA-dependent demo module with no logic changes to the remaining components. The change is a straightforward import and call-site deletion. The remaining blueprint compiles correctly and its three components are unaffected. No logic is altered, no state is dropped, and no side effects are introduced. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[unitree_go2_spatial blueprint] --> B[autoconnect]
B --> C[unitree_go2]
B --> D[SpatialMemory.blueprint]
B --> E[PerceiveLoopSkill.blueprint]
B --> F[global_config n_workers=8]
style G fill:#f9f9f9,stroke:#ccc
G[REMOVED: SecurityModule.blueprint\ncamera_info=GO2Connection.camera_info_static]
Reviews (1): Last reviewed commit: "removed security demo which requires cud..." | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Problem
Unitree go2 agentic has been broken on all CUDA machines due to SecurityModule related demo
Closes DIM-XXX
Solution
How to Test
uv run dimos --replay run unitree-go2-agenticon macosContributor License Agreement