refactor: audit and core documentation standardization#246
Open
arounamounchili wants to merge 24 commits into
Open
refactor: audit and core documentation standardization#246arounamounchili wants to merge 24 commits into
arounamounchili wants to merge 24 commits into
Conversation
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
…ors, and models Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
…idation checks Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
…lity.py Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
- Standardized all core modules with Lean Google Style documentation. - Hardened SensorTranslator with explicit casting and 3D LIDAR support. - Synchronized Blender SensorPropertyGroup with core LIDAR requirements. - Formalized 'Physics as Truth' design principle in contributing guide. - Added PHYSICS_AS_TRUTH.md developer documentation. - Resolved LIDAR validation regression in blender integration tests. Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
…uristics Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
- Centralized all magic literals in core and blender platforms. - Reorganized constants for improved logical flow and maintainability. - Resolved import instabilities in URDF/SRDF parsers. - Rephrased legacy comments into professional compatibility notices. - Fixed numerical precision regressions in joint tests. - Verified with full test suite, linting, and type checking. Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
…lized constants Signed-off-by: arounamounchili <patouossa.mounchili@gmail.com>
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.
Pull Request
Important
This project uses Conventional Commits and Release Please for automated versioning.
Please ensure your PR title follows the Conventional Commits format (e.g.,
feat: add lidar sensor,fix: core logic bug).📝 Description
audit and core documentation standardization
🛠️ Type of change
✅ Checklist
uv run pytestand all tests passuv run pre-commit run --all-filesand all hooks pass