docs: #143 — Newton backend spike: integration plan and adoption criteria#181
Merged
Conversation
…eria Research Newton 1.0 (GTC 2026) and document the roboharness integration strategy in docs/spike-newton-backend.md: - Summarises Newton's capabilities, hardware requirements, and current adoption state (April 2026: ~2k stars, Isaac Lab + RoboVerse MetaSim support, API documentation still forming) - Maps all 7 SimulatorBackend protocol methods to Newton equivalents (step, get_state, save/restore_state, capture_camera, get_sim_time, reset) - Documents two integration paths: Option A via RoboVerse MetaSim (zero Newton-specific code needed), Option B via a direct NewtonBackend - Notes that Isaac Lab users already get Newton coverage today via RobotHarnessWrapper (Isaac Lab's Newton backend exposes gymnasium.Env) - Defines concrete adoption criteria (≥5k stars, stable API, etc.) for Q3/Q4 2026 re-evaluation - Updates ARCHITECTURE.md to list Newton and RoboVerse as planned backends - Updates roadmap §E to reference the spike doc https://claude.ai/code/session_011MH7R34wN8JSDYDGVQu2b9
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.
Summary
docs/spike-newton-backend.md— comprehensive Newton 1.0 integration planning document (issue monitor: Newton physics engine support #143)docs/roadmap-2026-q2.md§E to reference the spike and note fastest current pathARCHITECTURE.mdto list Newton and RoboVerse as planned future backendsWhat's in the spike doc
The spike captures the complete monitoring output for #143 so developers (human or AI) can make an informed implementation decision at Q3/Q4 2026:
NewtonBackend(~250-400 lines)RobotHarnessWrappersince Isaac Lab's Newton backend exposes agymnasium.EnvTest plan
ruff check .andruff format --check .pass — docs-only PR, no Python changesCloses (monitoring phase) #143
https://claude.ai/code/session_011MH7R34wN8JSDYDGVQu2b9