[codex] add demo ftc crayon plan - #6
Closed
BenCaunt wants to merge 8 commits into
Closed
Conversation
Contributor
SynthCAD CAD reviewCompared |
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
Adds a CrayonPlan-style robot planning workflow and a new
demo-ftc-robotconcept project for the FTC DECODE game.The new concept assembly includes a 16 in planning envelope, six-wheel drive, three stored DECODE artifacts, a front-facing intake, a second-stage indexer, and a front-facing 72 mm flywheel shooter with two 1 in hood rollers on the lid.
The change also keeps ownership boundaries explicit: generic planning primitives live in
synthcad/library/crayon.py, while FTC-specific proxies such as the Yellow Jacket motor envelope live insynthcad/projects/demo_ftc_robot/parts.py.Viewer and Artifacts
Validation
uv run synthcad-build --project demo-ftc-robotuv run synthcad-view --project demo-ftc-robot --list51 passedNote: plain
uv run pyteststill hits the local Pythonreadlinesegfault in this environment, so tests were run by preloading a stubreadlinemodule.