feat(aruco): implement core alignment utilities for ground plane alignment
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- Alignment is applied via pre-multiplication to the 4x4 pose matrix, consistent with global frame rotation.
|
||||
- Chose to raise ValueError for degenerate cases (collinear corners) in compute_face_normal.
|
||||
@@ -0,0 +1,2 @@
|
||||
- Implemented core alignment utilities in aruco/alignment.py.
|
||||
- Used Rodrigues' rotation formula for vector alignment with explicit handling for parallel and anti-parallel cases.
|
||||
Reference in New Issue
Block a user