Merged
Conversation
forward = Right down = Left
Added new blocks (Move and Color) Only Forward command is working with vex WORK IN PROGRESS
Previous block functionality still working on new block functions
Found problem: the number for the muscle energy window and the raw data doesn't match up
- need to connect the vex through AP before starting the application
This reverts commit ceb24df.
- fixed colors
…into feature/ganglion
- no longer degrees for turn block (for kids) - Shortcut is ready to be used (Neuroscope-EMG) -Updated gitignore (pycache)
(dont push)
…table deployment Changes: * src/main/index.js: - Fixed production build path from loadURL to loadFile with correct relative path - Added Python process spawning with venv detection - Implemented WebSocket connection validation with 10s timeout - Added proper process cleanup on app quit * resources/python/VEXServer_dev.py (new): - Created simulation mode WebSocket server for development - Mock VEX commands (led_on, move, turn_left, turn_right) with logging - Enables testing without physical VEX robot hardware - Runs on ws://127.0.0.1:8777 with JSON command protocol * package.json: - Updated electron-builder config to include build/renderer directory - Added extraResources for Python files bundling - Enhanced build scripts for Python executable creation - Added PyInstaller to requirements for standalone deployment * VEXServer.spec (new): - PyInstaller specification for Python server executable - Proper dependency handling and console output * requirements.txt: - Added PyInstaller dependency for build process Enables successful Windows executable creation with integrated robot control server. Two-process architecture provides reliable VEX robot communication in both development and production environments.
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.
No description provided.