Open
Conversation
Backend (Zig): - Enable 1kHz joint state streaming (was disabled) - Enable 100Hz collision detection updates (was disabled) - Fix system status to 100Hz (was 10Hz) - Add graceful shutdown with SIGINT/SIGTERM signal handlers - Fix getRobotState() to return actual state based on conditions - Fix setTorques() to correctly set torque control mode - Add SafetyMonitor.enable(), disable(), emergencyStop() methods - Improve error handling in communication loop Frontend (React/Vite): - Fix package.json: downgrade date-fns for compatibility, remove expo/react-native - Pin React Three Fiber versions for stability - Fix protocol mismatch: convert backend numeric state to frontend string enums - Remove mock physics simulation, use backend authority - Connect robot visualization to actual backend joint positions - Implement command sending when user changes angles or presets - Add proper TypeScript interfaces for backend communication - Update control panel with temperature display and status indicators Integration: - Complete bidirectional data flow between frontend and backend - Target angles (user input) vs actual angles (backend) separation - Automatic fallback to target angles when backend disconnected - Proper WebSocket reconnection handling Documentation: - Update CLAUDE.md to reflect Vite setup (was incorrectly showing Next.js) - Update FE.md with implementation status and architecture diagram - Add data flow documentation
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.
Backend (Zig):
Frontend (React/Vite):
Integration:
Documentation: