feat(limx-tron1): Tier 1 obstacle-nav skill - #71
Open
Wanbogang wants to merge 1 commit into
Open
Conversation
MuJoCo scene for the wheeled-biped LimX TRON1: 2 legs (hip-knee-wheel each) + planar base, mass 14kg, live-computed rolling gait (wheel spin proportional to commanded velocity, not a canned trajectory). Bridge follows the same fail-closed pattern as my Deep Robotics submissions: robot/tunnel/action -> robot/tunnel/result, result-gated settlement, SQLite replay guard. 11 passing tests, plus success and timeout demo runs with real evidence. Includes Sim-to-Sim validation: the same navigation policy runs in both MuJoCo and Webots against the same obstacle/goal layout. PASS on all checks (see docs/evidence/sim_to_sim_validation.json).
Wanbogang
force-pushed
the
feat/limx-tron1-tier1-robopay
branch
from
August 5, 2026 05:41
459619f to
eceece2
Compare
This was referenced Aug 11, 2026
Closed
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.
LimX TRON1 — Tier 1 (simulator-only)
Adds a complete RoboPay skill profile for the TRON1 wheeled-biped robot:
MuJoCo scene with real actuators (2 legs, hip-knee-wheel each, live-computed
rolling gait), fail-closed Zenoh bridge (
robot/tunnel/action->robot/tunnel/result), result-gated settlement, and replay protection.Sim-to-Sim validation
The same potential-field navigation policy runs in both MuJoCo and Webots
against the same obstacle/goal layout. PASS on all checks -- see
docs/evidence/sim_to_sim_validation.json.Evidence
tests/test_bridge.py)(
docs/evidence/terminal_log.txt,tron1_metrics.json)(
docs/evidence/failure_terminal_log.txt,tron1_failure_metrics.json)See
docs/README.mdanddocs/validation-report.mdfor full architectureand reviewer verification checklist.