fix: g1 readme and mypy#2113
Conversation
Greptile SummaryThis PR fixes the broken
Confidence Score: 5/5Safe to merge — all changes are documentation corrections and minor type annotation/config housekeeping with no behavioral risk. The core fix (renaming No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["User runs: dimos --simulation run unitree-g1-sim"] --> B["CLI parses blueprint name"]
B --> C["all_blueprints.py lookup: 'unitree-g1-sim'"]
C --> D["dimos.robot.unitree.g1.blueprints.perceptive.unitree_g1_sim:unitree_g1_sim"]
D --> E["unitree_g1_basic_sim (autoconnect)"]
E --> F["MuJoCo simulation starts"]
style A fill:#d4edda,stroke:#28a745
style C fill:#d4edda,stroke:#28a745
Reviews (3): Last reviewed commit: "fix: g1 readme and mypy" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
2d8aa81 to
876def2
Compare
876def2 to
c7d426a
Compare
fix readme and mypy