Math fixes - #938
Conversation
🦋 Changeset detectedLatest commit: 54de459 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Claude (@claude) review |
|
Claude finished Micheal Parks (@micheal-parks)'s task in 5m 53s —— View job Review
SummaryThe fixes are correct and well-motivated. The Bug (test code):
|
|
|
I came across some of this in the motion plan preview stack. One things I ran into while checking this against the stack (#910-#930). had claude do a quick writeup:
|
Overview
I asked claude to cross reference the RDK's spatial math with our own in the visualizer. It found a few important edge cases and real bugs that I then asked it to fix.
Additionally, I've added instructions for how to handle
lib/math.The summary:
Fixes
Three ways the visualizer disagreed with the RDK:
Tests
46 new assertions. Each fix verified by reverting it and watching the tests fail.