Fixes #6: Motor doesn't stop when compressor stopped #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/issue-6-motor-not-stopping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Request: Motor doesn't stop when compressor stopped - motor speed stays at ~1500 RPM instead of dropping to 0
Main Agent Assessment: Bug
Changes Made:
Root Cause: When stop() was called via API, the physics engine's load_factor was never set to 0. The state machine transitioned to OFF but the physics kept running with the previous load_factor (e.g., 0.8).
Verification: All 183 unit tests pass.
Closes #6
Issued fixed, TESTED by Namcho.
Pull request closed