Lesh/go2 mls rpp#2742
Draft
leshy wants to merge 16 commits into
Draft
Conversation
Integrate holonomic path tracking into LocalPlanner with speed profiling, trajectory types and metrics, JSONL telemetry, run profiles, Go2 blueprint wiring, hot replan support, and dannav split-stack experiments.
Resolve go2/connection.py and pyproject.toml from main; combine all_blueprints registry entries from both sides.
- Create DanLocalPlanner: module, placement, wiring - Create lock_replan commit window - Add path smoothing and uniform resampling - Tune configs for testing - Remove progress markers - Remove the monolith: delete unitree_go2_dannav.py
Move holonomic_tc under dannav, relocate shared geometry helpers, strip stale trajectory logging and run-profile code, and tighten controller types, configs, tests, and unitree_go2_mls_htc blueprint wiring.
…trajectory_controller
…controller' into mustafa/go2-controller-benchmark # Conflicts: # dimos/control/coordinator.py
Merge fallout: main (via #2697's branch) brought strict mypy over these files plus the no-__all__ and no-section-marker codebase checks. Add the missing generic type parameters and annotations, fix the Path module-vs-class import in velocity_profiler, add K_RETURN/K_BACKSPACE to the local pygame stub, and drop __all__ lists and section markers.
The unitree-go2-mls-htc perception/planning stack (voxel mapping, MLS planning, DanLocalPlanner gating) with the tracking stage swapped for the ControlCoordinator's calibrated RPP follower, for head-to-head IRL A/B of the two controllers behind the same planner. PathFollowerTask.set_path now treats a sub-2-pose path as the nav planner's stop signal and cancels the active follow instead of keeping the stale path armed — the MLS planner emits an empty Path when nothing ahead is traversable.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
❌ 3 Tests Failed:
View the top 2 failed test(s) by shortest run time
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dimos run unitree-go2-mls-rppdimos run unitree-go2-mls-htc