sim(TEST-PIX-018): combined M7+F100 vehicle in wasmtime — failsafe handoff PASSING (Track A hardware-free)#94
Merged
Conversation
…ndoff PASSING (Track A hardware-free) The first COMBINED (two-node) rung of Track A (DD-019). sim/vehicle-wasmtime.sh runs both real node behaviors in wasmtime + models the inter-node IPC heartbeat + failsafe arbitration (relay-bus carrier / gust supervisor abstracted at the host): - PHASE 1 nominal: M7 (falcon component) run-stabilization()=0.0234<0.1 + run-position-hold()=0.1317<0.6 -> healthy, drives actuators; gust passive/armed. - PHASE 2 M7 FAULT (heartbeat lost): gust trips -> F100 (gust core) gust_mix(1024) =1500 drives failsafe PWM. - Handoff: valid actuator command at every step (gap-free). ORACLE PASS (falcon-flight-v1.85 + gale gust_kernel.wasm, wasmtime 42.0.1), zero hardware. Same scenario mirrors onto Renode multi-node next (Track B). rivet validate: PASS. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
The first combined (two-node) rung of Track A (DD-019).
sim/vehicle-wasmtime.shruns both real node behaviors in wasmtime and models the inter-node IPC heartbeat + failsafe arbitration (the relay-bus carrier / gust supervisor abstracted at the host; node behaviors are the real wasm):run-stabilization()=0.0234 (<0.1) +run-position-hold()=0.1317 (<0.6) → healthy, drives actuators; gust passive/armed.gust_mix(1024)=1500drives the failsafe PWM.ORACLE PASS (falcon-flight-v1.85 + gale
gust_kernel.wasm, wasmtime 42.0.1), zero hardware. TEST-PIX-018, verified.Next (your sequence): mirror this exact scenario onto Renode multi-node (RT1176 + F100 + IPC + sensor/motor models — Track B). A future refinement on Track A is a stepped closed-loop plant rather than the SIL one-shot + host arbitration.
rivet validate: PASS.🤖 Generated with Claude Code