Pose Estimation
Table of contents
Pose estimation infers 3D position and orientation from sensor observations.
Common inputs
- RGB images
- RGB-D images
- Point clouds
- Fiducial markers
Typical pipeline
- Detect keypoints or object regions.
- Match features with model priors.
- Solve for 6D pose.
- Refine and track over time.
Why it matters in manipulation
- Enables closed-loop grasping
- Supports hand-eye coordination
- Improves robustness to scene changes